Html Css Color HEX #0C089A Ultramarine

📋 copy color: '#0C089A'

red 12 ◦ green 8 ◦ blue 154

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

Shades of Ultramarine #0C089A

Tints of Ultramarine #0C089A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 88.51%

R = 6.9%
G = 4.6%
B = 88.51%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C089A (or 0x0C089A) is known color: Ultramarine. HEX triplet: 0C, 08 and 9A. RGB value is (12,8,154). Sum of RGB (Red+Green+Blue) = 12+8+154=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 154 (60.55% from 255 or 88.51% from 174); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C089A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C089A is #F3F765. Grayscale: #191919. Windows color (decimal): -15988582 or 10094604. OLE color: 10094604.

HSL color Cylindrical-coordinate representation of color #0C089A: hue angle of 241.64º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C089A is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 8 154 -
CMYK 0.92 0.95 0 0.40
HSL 241.64º 0.9% 0.32% -
HSV(B) 241.64º 0.95% 0.6% -
XYZ 6.07 2.58 30.75 -
YUV 25.84 200.33 118.13 -
System Red Green Blue C M Y K H S L
Decimal 12 8 154 0.92 0.95 0 0.40 241.64 0.9 0.32
Hex C 8 9A 5C 5F 0 28 F2 5A 20
Octal 14 10 232 134 137 0 50 362 132 40
Binary 1100 1000 10011010 1011100 1011111 0 101000 11110010 1011010 100000

Color Harmonies of #0C089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C089A

Black with #0C089A

Text Example


Text Example

White with #0C089A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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