Html Css Color HEX #0C0F87 Ultramarine

📋 copy color: '#0C0F87'

red 12 ◦ green 15 ◦ blue 135

#0C0F87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #0C0F87

Tints of Ultramarine #0C0F87

RGB

 RED value IS 12 (5.08% from 255) = 7.41%

 GREEN value IS 15 (6.25% from 255) = 9.26%

 BLUE value IS 135 (53.13% from 255) = 83.33%

R = 7.41%
G = 9.26%
B = 83.33%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C0F87 (or 0x0C0F87) is known color: Ultramarine. HEX triplet: 0C, 0F and 87. RGB value is (12,15,135). Sum of RGB (Red+Green+Blue) = 12+15+135=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 135 (53.12% from 255 or 83.33% from 162); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C0F87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0F87 is #F3F078. Grayscale: #1B1B1B. Windows color (decimal): -15986809 or 8851212. OLE color: 8851212.

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

Color convert

RGB 12 15 135 -
CMYK 0.91 0.89 0 0.47
HSL 238.54º 0.84% 0.29% -
HSV(B) 238.54º 0.91% 0.53% -
XYZ 4.7 2.17 23.09 -
YUV 27.78 188.51 116.74 -
System Red Green Blue C M Y K H S L
Decimal 12 15 135 0.91 0.89 0 0.47 238.54 0.84 0.29
Hex C F 87 5B 59 0 2F EF 54 1D
Octal 14 17 207 133 131 0 57 357 124 35
Binary 1100 1111 10000111 1011011 1011001 0 101111 11101111 1010100 11101

Color Harmonies of #0C0F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0F87

Black with #0C0F87

Text Example


Text Example

White with #0C0F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C0F87;
 }
 .AnyTagClassName
 {
   color: #0C0F87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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