#0C0287

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

Shades of Ultramarine #0C0287

Tints of Ultramarine #0C0287

Color information

#0C0287 (or 0x0C0287) is unknown color: approx Ultramarine. HEX triplet: 0C, 02 and 87. RGB value is (12,2,135). Sum of RGB (Red+Green+Blue) = 12+2+135=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 135 (53.12% from 255 or 90.60% from 149); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C0287 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0287 is #F3FD78. Grayscale: #131313. Windows color (decimal): -15990137 or 8847884. OLE color: 8847884.

HSL color Cylindrical-coordinate representation of color #0C0287: hue angle of 244.51º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0287 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB122135-
CMYK0.910.9900.47
HSL244.51º97.08%26.86%-
HSV(B)244.51º98.52%52.94%-
XYZ4.551.8723.04-
YUV20.15192.81122.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.05%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 135 (53.12% from 255) = 90.60%
R=8.05%
G=1.34%
B=90.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1221350.910.9900.47244.5197.0826.86
HexC2875B6302Ff5611b
Octal14220713314305736514133
Binary1100101000011110110111100011010111111110101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,2,135); }

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

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

 a { background-color: rgb(12,2,135); }

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

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

 span { border-color: rgb(12,2,135); }

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