Html Css Color HEX #080C8A Ultramarine

📋 copy color: '#080C8A'

red 8 ◦ green 12 ◦ blue 138

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

Shades of Ultramarine #080C8A

Tints of Ultramarine #080C8A

RGB

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

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

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

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

CMYK

 C value IS 0.94

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#080C8A (or 0x080C8A) is known color: Ultramarine. HEX triplet: 08, 0C and 8A. RGB value is (8,12,138). Sum of RGB (Red+Green+Blue) = 8+12+138=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 12 (5.08% from 255 or 7.59% 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 #080C8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080C8A is #F7F375. Grayscale: #181818. Windows color (decimal): -16249718 or 9047048. OLE color: 9047048.

HSL color Cylindrical-coordinate representation of color #080C8A: hue angle of 238.15º 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 #080C8A is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 12 138 -
CMYK 0.94 0.91 0 0.46
HSL 238.15º 0.89% 0.29% -
HSV(B) 238.15º 0.94% 0.54% -
XYZ 4.82 2.15 24.21 -
YUV 25.17 191.67 115.75 -
System Red Green Blue C M Y K H S L
Decimal 8 12 138 0.94 0.91 0 0.46 238.15 0.89 0.29
Hex 8 C 8A 5E 5B 0 2E EE 59 1D
Octal 10 14 212 136 133 0 56 356 131 35
Binary 1000 1100 10001010 1011110 1011011 0 101110 11101110 1011001 11101

Color Harmonies of #080C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C8A

Black with #080C8A

Text Example


Text Example

White with #080C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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