#0A1297

Color #0A1297 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #0A1297

Tints of Ultramarine #0A1297

Color information

#0A1297 (or 0x0A1297) is unknown color: approx Ultramarine. HEX triplet: 0A, 12 and 97. RGB value is (10,18,151). Sum of RGB (Red+Green+Blue) = 10+18+151=179 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.59% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 151 (59.38% from 255 or 84.36% from 179); Max value from RGB is 151 - color contains mainly: blue. Hex color #0A1297 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1297 is #F5ED68. Grayscale: #1E1E1E. Windows color (decimal): -16117097 or 9900554. OLE color: 9900554.

HSL color Cylindrical-coordinate representation of color #0A1297: hue angle of 236.6º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1297 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1018151-
CMYK0.930.8800.41
HSL236.6º87.58%31.57%-
HSV(B)236.6º93.38%59.22%-
XYZ5.932.7329.49-
YUV30.77195.85113.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 5.59%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 151 (59.38% from 255) = 84.36%
R=5.59%
G=10.06%
B=84.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10181510.930.8800.41236.687.5831.57
HexA12975D58029ed5820
Octal122222713513005135513040
Binary10101001010010111101110110110000101001111011011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1297; }

 p { color: rgb(10,18,151); }

 H1.HeaderClassName
 {
   color: #0A1297;
 }
 .AnyTagClassName
 {
   color: #0A1297;
 }
</style>
background-color css

<style>
 a { background-color: #0A1297; }

 a { background-color: rgb(10,18,151); }

 div.DivClassName
 {
   background-color: #0A1297;
 }
 .BgClassName
 {
   background-color: #0A1297;
 }
</style>
border-color css

<style>
 span { border-color: #0A1297; }

 span { border-color: rgb(10,18,151); }

 td.TdClassName
 {
   border-color: #0A1297;
 }
 .TagClassName
 {
   border-color: #0A1297;
 }
</style>