Html Css Color HEX #081997 Ultramarine

📋 copy color: '#081997'

red 8 ◦ green 25 ◦ blue 151

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

Shades of Ultramarine #081997

Tints of Ultramarine #081997

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

 BLUE value IS 151 (59.38% from 255) = 82.07%

R = 4.35%
G = 13.59%
B = 82.07%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#081997 (or 0x081997) is known color: Ultramarine. HEX triplet: 08, 19 and 97. RGB value is (8,25,151). Sum of RGB (Red+Green+Blue) = 8+25+151=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 151 (59.38% from 255 or 82.07% from 184); Max value from RGB is 151 - color contains mainly: blue. Hex color #081997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081997 is #F7E668. Grayscale: #212121. Windows color (decimal): -16246377 or 9902344. OLE color: 9902344.

HSL color Cylindrical-coordinate representation of color #081997: hue angle of 232.87º 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 #081997 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 25 151 -
CMYK 0.95 0.83 0 0.41
HSL 232.87º 0.9% 0.31% -
HSV(B) 232.87º 0.95% 0.59% -
XYZ 6.03 2.98 29.54 -
YUV 34.28 193.87 109.25 -
System Red Green Blue C M Y K H S L
Decimal 8 25 151 0.95 0.83 0 0.41 232.87 0.9 0.31
Hex 8 19 97 5F 53 0 29 E9 5A 1F
Octal 10 31 227 137 123 0 51 351 132 37
Binary 1000 11001 10010111 1011111 1010011 0 101001 11101001 1011010 11111

Color Harmonies of #081997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081997

Black with #081997

Text Example


Text Example

White with #081997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081997; }

 p { color: rgb(8,25,151); }

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

background-color css

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

 a { background-color: rgb(8,25,151); }

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

border-color css

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

 span { border-color: rgb(8,25,151); }

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