Html Css Color HEX #080E98 Ultramarine

📋 copy color: '#080E98'

red 8 ◦ green 14 ◦ blue 152

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

Shades of Ultramarine #080E98

Tints of Ultramarine #080E98

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.05%

 BLUE value IS 152 (59.77% from 255) = 87.36%

R = 4.6%
G = 8.05%
B = 87.36%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#080E98 (or 0x080E98) is known color: Ultramarine. HEX triplet: 08, 0E and 98. RGB value is (8,14,152). Sum of RGB (Red+Green+Blue) = 8+14+152=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 152 (59.77% from 255 or 87.36% from 174); Max value from RGB is 152 - color contains mainly: blue. Hex color #080E98 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080E98 is #F7F167. Grayscale: #1B1B1B. Windows color (decimal): -16249192 or 9965064. OLE color: 9965064.

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

Color convert

RGB 8 14 152 -
CMYK 0.95 0.91 0 0.40
HSL 237.5º 0.9% 0.31% -
HSV(B) 237.5º 0.95% 0.6% -
XYZ 5.92 2.63 29.9 -
YUV 27.94 198.01 113.78 -
System Red Green Blue C M Y K H S L
Decimal 8 14 152 0.95 0.91 0 0.40 237.5 0.9 0.31
Hex 8 E 98 5F 5B 0 28 EE 5A 1F
Octal 10 16 230 137 133 0 50 356 132 37
Binary 1000 1110 10011000 1011111 1011011 0 101000 11101110 1011010 11111

Color Harmonies of #080E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E98

Black with #080E98

Text Example


Text Example

White with #080E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,14,152); }

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

background-color css

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

 a { background-color: rgb(8,14,152); }

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

border-color css

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

 span { border-color: rgb(8,14,152); }

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