Html Css Color HEX #080C87 Ultramarine

📋 copy color: '#080C87'

red 8 ◦ green 12 ◦ blue 135

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

Shades of Ultramarine #080C87

Tints of Ultramarine #080C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 87.1%

R = 5.16%
G = 7.74%
B = 87.1%

CMYK

 C value IS 0.94

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#080C87 (or 0x080C87) is known color: Ultramarine. HEX triplet: 08, 0C and 87. RGB value is (8,12,135). Sum of RGB (Red+Green+Blue) = 8+12+135=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 135 (53.12% from 255 or 87.10% from 155); Max value from RGB is 135 - color contains mainly: blue. Hex color #080C87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080C87 is #F7F378. Grayscale: #181818. Windows color (decimal): -16249721 or 8850440. OLE color: 8850440.

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

Color convert

RGB 8 12 135 -
CMYK 0.94 0.91 0 0.47
HSL 238.11º 0.89% 0.28% -
HSV(B) 238.11º 0.94% 0.53% -
XYZ 4.6 2.06 23.08 -
YUV 24.83 190.17 116 -
System Red Green Blue C M Y K H S L
Decimal 8 12 135 0.94 0.91 0 0.47 238.11 0.89 0.28
Hex 8 C 87 5E 5B 0 2F EE 59 1C
Octal 10 14 207 136 133 0 57 356 131 34
Binary 1000 1100 10000111 1011110 1011011 0 101111 11101110 1011001 11100

Color Harmonies of #080C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C87

Black with #080C87

Text Example


Text Example

White with #080C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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