Html Css Color HEX #0C088A Ultramarine

📋 copy color: '#0C088A'

red 12 ◦ green 8 ◦ blue 138

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

Shades of Ultramarine #0C088A

Tints of Ultramarine #0C088A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 87.34%

R = 7.59%
G = 5.06%
B = 87.34%

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

#0C088A (or 0x0C088A) is known color: Ultramarine. HEX triplet: 0C, 08 and 8A. RGB value is (12,8,138). Sum of RGB (Red+Green+Blue) = 12+8+138=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 138 (54.30% from 255 or 87.34% from 158); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C088A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C088A is #F3F775. Grayscale: #171717. Windows color (decimal): -15988598 or 9046028. OLE color: 9046028.

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

Color convert

RGB 12 8 138 -
CMYK 0.91 0.94 0 0.46
HSL 241.85º 0.89% 0.29% -
HSV(B) 241.85º 0.94% 0.54% -
XYZ 4.83 2.09 24.19 -
YUV 24.02 192.33 119.43 -
System Red Green Blue C M Y K H S L
Decimal 12 8 138 0.91 0.94 0 0.46 241.85 0.89 0.29
Hex C 8 8A 5B 5E 0 2E F2 59 1D
Octal 14 10 212 133 136 0 56 362 131 35
Binary 1100 1000 10001010 1011011 1011110 0 101110 11110010 1011001 11101

Color Harmonies of #0C088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C088A

Black with #0C088A

Text Example


Text Example

White with #0C088A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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