Html Css Color HEX #0C0F88 Ultramarine

📋 copy color: '#0C0F88'

red 12 ◦ green 15 ◦ blue 136

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

Shades of Ultramarine #0C0F88

Tints of Ultramarine #0C0F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 83.44%

R = 7.36%
G = 9.2%
B = 83.44%

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

#0C0F88 (or 0x0C0F88) is known color: Ultramarine. HEX triplet: 0C, 0F and 88. RGB value is (12,15,136). Sum of RGB (Red+Green+Blue) = 12+15+136=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 136 (53.52% from 255 or 83.44% from 163); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C0F88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0F88 is #F3F077. Grayscale: #1B1B1B. Windows color (decimal): -15986808 or 8916748. OLE color: 8916748.

HSL color Cylindrical-coordinate representation of color #0C0F88: hue angle of 238.55º 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 #0C0F88 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 15 136 -
CMYK 0.91 0.89 0 0.47
HSL 238.55º 0.84% 0.29% -
HSV(B) 238.55º 0.91% 0.53% -
XYZ 4.77 2.2 23.47 -
YUV 27.9 189.01 116.66 -
System Red Green Blue C M Y K H S L
Decimal 12 15 136 0.91 0.89 0 0.47 238.55 0.84 0.29
Hex C F 88 5B 59 0 2F EF 54 1D
Octal 14 17 210 133 131 0 57 357 124 35
Binary 1100 1111 10001000 1011011 1011001 0 101111 11101111 1010100 11101

Color Harmonies of #0C0F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0F88

Black with #0C0F88

Text Example


Text Example

White with #0C0F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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