Html Css Color HEX #080C93 Ultramarine

📋 copy color: '#080C93'

red 8 ◦ green 12 ◦ blue 147

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

Shades of Ultramarine #080C93

Tints of Ultramarine #080C93

RGB

 RED value IS 8 (3.52% from 255) = 4.79%

 GREEN value IS 12 (5.08% from 255) = 7.19%

 BLUE value IS 147 (57.81% from 255) = 88.02%

R = 4.79%
G = 7.19%
B = 88.02%

CMYK

 C value IS 0.95

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#080C93 (or 0x080C93) is known color: Ultramarine. HEX triplet: 08, 0C and 93. RGB value is (8,12,147). Sum of RGB (Red+Green+Blue) = 8+12+147=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 147 (57.81% from 255 or 88.02% from 167); Max value from RGB is 147 - color contains mainly: blue. Hex color #080C93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080C93 is #F7F36C. Grayscale: #191919. Windows color (decimal): -16249709 or 9636872. OLE color: 9636872.

HSL color Cylindrical-coordinate representation of color #080C93: hue angle of 238.27º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080C93 is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 12 147 -
CMYK 0.95 0.92 0 0.42
HSL 238.27º 0.9% 0.3% -
HSV(B) 238.27º 0.95% 0.58% -
XYZ 5.5 2.42 27.78 -
YUV 26.19 196.17 115.02 -
System Red Green Blue C M Y K H S L
Decimal 8 12 147 0.95 0.92 0 0.42 238.27 0.9 0.3
Hex 8 C 93 5F 5C 0 2A EE 5A 1E
Octal 10 14 223 137 134 0 52 356 132 36
Binary 1000 1100 10010011 1011111 1011100 0 101010 11101110 1011010 11110

Color Harmonies of #080C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C93

Black with #080C93

Text Example


Text Example

White with #080C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080C93; }

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

 H1.HeaderClassName
 {
   color: #080C93;
 }
 .AnyTagClassName
 {
   color: #080C93;
 }
</style>

background-color css

<style>
 a { background-color: #080C93; }

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

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

border-color css

<style>
 span { border-color: #080C93; }

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

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