Html Css Color HEX #081452 Sapphire

📋 copy color: '#081452'

red 8 ◦ green 20 ◦ blue 82

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

Shades of Sapphire #081452

Tints of Sapphire #081452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.18%

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

R = 7.27%
G = 18.18%
B = 74.55%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#081452 (or 0x081452) is known color: Sapphire. HEX triplet: 08, 14 and 52. RGB value is (8,20,82). Sum of RGB (Red+Green+Blue) = 8+20+82=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 82 (32.42% from 255 or 74.55% from 110); Max value from RGB is 82 - color contains mainly: blue. Hex color #081452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081452 is #F7EBAD. Grayscale: #171717. Windows color (decimal): -16247726 or 5379080. OLE color: 5379080.

HSL color Cylindrical-coordinate representation of color #081452: hue angle of 230.27º 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 #081452 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 20 82 -
CMYK 0.90 0.76 0 0.68
HSL 230.27º 0.82% 0.18% -
HSV(B) 230.27º 0.9% 0.32% -
XYZ 1.87 1.16 8.11 -
YUV 23.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 8 20 82 0.90 0.76 0 0.68 230.27 0.82 0.18
Hex 8 14 52 5A 4C 0 44 E6 52 12
Octal 10 24 122 132 114 0 104 346 122 22
Binary 1000 10100 1010010 1011010 1001100 0 1000100 11100110 1010010 10010

Color Harmonies of #081452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081452

Black with #081452

Text Example


Text Example

White with #081452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081452; }

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

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

background-color css

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

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

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

border-color css

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

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

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