Html Css Color HEX #0C0289 Ultramarine

📋 copy color: '#0C0289'

red 12 ◦ green 2 ◦ blue 137

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

Shades of Ultramarine #0C0289

Tints of Ultramarine #0C0289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 90.73%

R = 7.95%
G = 1.32%
B = 90.73%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C0289 (or 0x0C0289) is known color: Ultramarine. HEX triplet: 0C, 02 and 89. RGB value is (12,2,137). Sum of RGB (Red+Green+Blue) = 12+2+137=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 137 (53.91% from 255 or 90.73% from 151); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C0289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0289 is #F3FD76. Grayscale: #131313. Windows color (decimal): -15990135 or 8978956. OLE color: 8978956.

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

Color convert

RGB 12 2 137 -
CMYK 0.91 0.99 0 0.46
HSL 244.44º 0.97% 0.27% -
HSV(B) 244.44º 0.99% 0.54% -
XYZ 4.69 1.93 23.79 -
YUV 20.38 193.81 122.02 -
System Red Green Blue C M Y K H S L
Decimal 12 2 137 0.91 0.99 0 0.46 244.44 0.97 0.27
Hex C 2 89 5B 63 0 2E F4 61 1B
Octal 14 2 211 133 143 0 56 364 141 33
Binary 1100 10 10001001 1011011 1100011 0 101110 11110100 1100001 11011

Color Harmonies of #0C0289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0289

Black with #0C0289

Text Example


Text Example

White with #0C0289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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