Html Css Color HEX #080F89 Ultramarine

📋 copy color: '#080F89'

red 8 ◦ green 15 ◦ blue 137

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

Shades of Ultramarine #080F89

Tints of Ultramarine #080F89

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.38%

 BLUE value IS 137 (53.91% from 255) = 85.63%

R = 5%
G = 9.38%
B = 85.63%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#080F89 (or 0x080F89) is known color: Ultramarine. HEX triplet: 08, 0F and 89. RGB value is (8,15,137). Sum of RGB (Red+Green+Blue) = 8+15+137=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 137 (53.91% from 255 or 85.62% from 160); Max value from RGB is 137 - color contains mainly: blue. Hex color #080F89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080F89 is #F7F076. Grayscale: #1A1A1A. Windows color (decimal): -16248951 or 8982280. OLE color: 8982280.

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

Color convert

RGB 8 15 137 -
CMYK 0.94 0.89 0 0.46
HSL 236.74º 0.89% 0.28% -
HSV(B) 236.74º 0.94% 0.54% -
XYZ 4.79 2.2 23.84 -
YUV 26.82 190.18 114.58 -
System Red Green Blue C M Y K H S L
Decimal 8 15 137 0.94 0.89 0 0.46 236.74 0.89 0.28
Hex 8 F 89 5E 59 0 2E ED 59 1C
Octal 10 17 211 136 131 0 56 355 131 34
Binary 1000 1111 10001001 1011110 1011001 0 101110 11101101 1011001 11100

Color Harmonies of #080F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F89

Black with #080F89

Text Example


Text Example

White with #080F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,15,137); }

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

background-color css

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

 a { background-color: rgb(8,15,137); }

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

border-color css

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

 span { border-color: rgb(8,15,137); }

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