Html Css Color HEX #0C0889 Ultramarine

📋 copy color: '#0C0889'

red 12 ◦ green 8 ◦ blue 137

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

Shades of Ultramarine #0C0889

Tints of Ultramarine #0C0889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.1%

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

R = 7.64%
G = 5.1%
B = 87.26%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C0889 (or 0x0C0889) is known color: Ultramarine. HEX triplet: 0C, 08 and 89. RGB value is (12,8,137). Sum of RGB (Red+Green+Blue) = 12+8+137=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 137 (53.91% from 255 or 87.26% from 157); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C0889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0889 is #F3F776. Grayscale: #171717. Windows color (decimal): -15988599 or 8980492. OLE color: 8980492.

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

Color convert

RGB 12 8 137 -
CMYK 0.91 0.94 0 0.46
HSL 241.86º 0.89% 0.28% -
HSV(B) 241.86º 0.94% 0.54% -
XYZ 4.75 2.06 23.81 -
YUV 23.9 191.83 119.51 -
System Red Green Blue C M Y K H S L
Decimal 12 8 137 0.91 0.94 0 0.46 241.86 0.89 0.28
Hex C 8 89 5B 5E 0 2E F2 59 1C
Octal 14 10 211 133 136 0 56 362 131 34
Binary 1100 1000 10001001 1011011 1011110 0 101110 11110010 1011001 11100

Color Harmonies of #0C0889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0889

Black with #0C0889

Text Example


Text Example

White with #0C0889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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