Html Css Color HEX #0C0288 Ultramarine

📋 copy color: '#0C0288'

red 12 ◦ green 2 ◦ blue 136

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

Shades of Ultramarine #0C0288

Tints of Ultramarine #0C0288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

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

R = 8%
G = 1.33%
B = 90.67%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C0288 (or 0x0C0288) is known color: Ultramarine. HEX triplet: 0C, 02 and 88. RGB value is (12,2,136). Sum of RGB (Red+Green+Blue) = 12+2+136=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 136 (53.52% from 255 or 90.67% from 150); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C0288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0288 is #F3FD77. Grayscale: #131313. Windows color (decimal): -15990136 or 8913420. OLE color: 8913420.

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

Color convert

RGB 12 2 136 -
CMYK 0.91 0.99 0 0.47
HSL 244.48º 0.97% 0.27% -
HSV(B) 244.48º 0.99% 0.53% -
XYZ 4.62 1.9 23.42 -
YUV 20.27 193.31 122.1 -
System Red Green Blue C M Y K H S L
Decimal 12 2 136 0.91 0.99 0 0.47 244.48 0.97 0.27
Hex C 2 88 5B 63 0 2F F4 61 1B
Octal 14 2 210 133 143 0 57 364 141 33
Binary 1100 10 10001000 1011011 1100011 0 101111 11110100 1100001 11011

Color Harmonies of #0C0288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0288

Black with #0C0288

Text Example


Text Example

White with #0C0288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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