Html Css Color HEX #080F96 Ultramarine

📋 copy color: '#080F96'

red 8 ◦ green 15 ◦ blue 150

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

Shades of Ultramarine #080F96

Tints of Ultramarine #080F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 86.71%

R = 4.62%
G = 8.67%
B = 86.71%

CMYK

 C value IS 0.95

 M value IS 0.9

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#080F96 (or 0x080F96) is known color: Ultramarine. HEX triplet: 08, 0F and 96. RGB value is (8,15,150). Sum of RGB (Red+Green+Blue) = 8+15+150=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 150 (58.98% from 255 or 86.71% from 173); Max value from RGB is 150 - color contains mainly: blue. Hex color #080F96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080F96 is #F7F069. Grayscale: #1B1B1B. Windows color (decimal): -16248938 or 9834248. OLE color: 9834248.

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

Color convert

RGB 8 15 150 -
CMYK 0.95 0.9 0 0.41
HSL 237.04º 0.9% 0.31% -
HSV(B) 237.04º 0.95% 0.59% -
XYZ 5.78 2.6 29.05 -
YUV 28.3 196.68 113.52 -
System Red Green Blue C M Y K H S L
Decimal 8 15 150 0.95 0.9 0 0.41 237.04 0.9 0.31
Hex 8 F 96 5F 5A 0 29 ED 5A 1F
Octal 10 17 226 137 132 0 51 355 132 37
Binary 1000 1111 10010110 1011111 1011010 0 101001 11101101 1011010 11111

Color Harmonies of #080F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F96

Black with #080F96

Text Example


Text Example

White with #080F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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