#0A1B95

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

Shades of Ultramarine #0A1B95

Tints of Ultramarine #0A1B95

Color information

#0A1B95 (or 0x0A1B95) is unknown color: approx Ultramarine. HEX triplet: 0A, 1B and 95. RGB value is (10,27,149). Sum of RGB (Red+Green+Blue) = 10+27+149=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #0A1B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A1B95 is #F5E46A. Grayscale: #232323. Windows color (decimal): -16114795 or 9771786. OLE color: 9771786.

HSL color Cylindrical-coordinate representation of color #0A1B95: hue angle of 232.66º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1B95 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1027149-
CMYK0.930.8200.42
HSL232.66º87.42%31.18%-
HSV(B)232.66º93.29%58.43%-
XYZ5.943.0228.7-
YUV35.83191.87109.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.38%
GREEN value IS 27 (10.94% from 255) = 14.52%
BLUE value IS 149 (58.59% from 255) = 80.11%
R=5.38%
G=14.52%
B=80.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10271490.930.8200.42232.6687.4231.18
HexA1B955D5202Ae9571f
Octal123322513512205235112737
Binary1010110111001010110111011010010010101011101001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,27,149); }

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

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

 a { background-color: rgb(10,27,149); }

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

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

 span { border-color: rgb(10,27,149); }

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