Html Css Color HEX #080A8F Ultramarine

📋 copy color: '#080A8F'

red 8 ◦ green 10 ◦ blue 143

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

Shades of Ultramarine #080A8F

Tints of Ultramarine #080A8F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.21%

 BLUE value IS 143 (56.25% from 255) = 88.82%

R = 4.97%
G = 6.21%
B = 88.82%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#080A8F (or 0x080A8F) is known color: Ultramarine. HEX triplet: 08, 0A and 8F. RGB value is (8,10,143). Sum of RGB (Red+Green+Blue) = 8+10+143=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 143 (56.25% from 255 or 88.82% from 161); Max value from RGB is 143 - color contains mainly: blue. Hex color #080A8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080A8F is #F7F570. Grayscale: #181818. Windows color (decimal): -16250225 or 9374216. OLE color: 9374216.

HSL color Cylindrical-coordinate representation of color #080A8F: hue angle of 239.11º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080A8F is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 10 143 -
CMYK 0.94 0.93 0 0.44
HSL 239.11º 0.89% 0.3% -
HSV(B) 239.11º 0.94% 0.56% -
XYZ 5.17 2.25 26.15 -
YUV 24.56 194.84 116.19 -
System Red Green Blue C M Y K H S L
Decimal 8 10 143 0.94 0.93 0 0.44 239.11 0.89 0.3
Hex 8 A 8F 5E 5D 0 2C EF 59 1E
Octal 10 12 217 136 135 0 54 357 131 36
Binary 1000 1010 10001111 1011110 1011101 0 101100 11101111 1011001 11110

Color Harmonies of #080A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A8F

Black with #080A8F

Text Example


Text Example

White with #080A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,10,143); }

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

background-color css

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

 a { background-color: rgb(8,10,143); }

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

border-color css

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

 span { border-color: rgb(8,10,143); }

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