Html Css Color HEX #081952 Sapphire

📋 copy color: '#081952'

red 8 ◦ green 25 ◦ blue 82

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

Shades of Sapphire #081952

Tints of Sapphire #081952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 71.3%

R = 6.96%
G = 21.74%
B = 71.3%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#081952 (or 0x081952) is known color: Sapphire. HEX triplet: 08, 19 and 52. RGB value is (8,25,82). Sum of RGB (Red+Green+Blue) = 8+25+82=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 82 (32.42% from 255 or 71.30% from 115); Max value from RGB is 82 - color contains mainly: blue. Hex color #081952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081952 is #F7E6AD. Grayscale: #1A1A1A. Windows color (decimal): -16246446 or 5380360. OLE color: 5380360.

HSL color Cylindrical-coordinate representation of color #081952: hue angle of 226.22º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081952 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 25 82 -
CMYK 0.90 0.70 0 0.68
HSL 226.22º 0.82% 0.18% -
HSV(B) 226.22º 0.9% 0.32% -
XYZ 1.97 1.36 8.14 -
YUV 26.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 8 25 82 0.90 0.70 0 0.68 226.22 0.82 0.18
Hex 8 19 52 5A 46 0 44 E2 52 12
Octal 10 31 122 132 106 0 104 342 122 22
Binary 1000 11001 1010010 1011010 1000110 0 1000100 11100010 1010010 10010

Color Harmonies of #081952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081952

Black with #081952

Text Example


Text Example

White with #081952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081952; }

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

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

background-color css

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

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

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

border-color css

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

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

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