Html Css Color HEX #080A8A Ultramarine

📋 copy color: '#080A8A'

red 8 ◦ green 10 ◦ blue 138

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

Shades of Ultramarine #080A8A

Tints of Ultramarine #080A8A

RGB

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

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

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

R = 5.13%
G = 6.41%
B = 88.46%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#080A8A (or 0x080A8A) is known color: Ultramarine. HEX triplet: 08, 0A and 8A. RGB value is (8,10,138). Sum of RGB (Red+Green+Blue) = 8+10+138=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 138 (54.30% from 255 or 88.46% from 156); Max value from RGB is 138 - color contains mainly: blue. Hex color #080A8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080A8A is #F7F575. Grayscale: #171717. Windows color (decimal): -16250230 or 9046536. OLE color: 9046536.

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

Color convert

RGB 8 10 138 -
CMYK 0.94 0.93 0 0.46
HSL 239.08º 0.89% 0.29% -
HSV(B) 239.08º 0.94% 0.54% -
XYZ 4.8 2.1 24.2 -
YUV 23.99 192.34 116.59 -
System Red Green Blue C M Y K H S L
Decimal 8 10 138 0.94 0.93 0 0.46 239.08 0.89 0.29
Hex 8 A 8A 5E 5D 0 2E EF 59 1D
Octal 10 12 212 136 135 0 56 357 131 35
Binary 1000 1010 10001010 1011110 1011101 0 101110 11101111 1011001 11101

Color Harmonies of #080A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A8A

Black with #080A8A

Text Example


Text Example

White with #080A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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