Html Css Color HEX #081052 Sapphire

📋 copy color: '#081052'

red 8 ◦ green 16 ◦ blue 82

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

Shades of Sapphire #081052

Tints of Sapphire #081052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.09%

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

R = 7.55%
G = 15.09%
B = 77.36%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#081052 (or 0x081052) is known color: Sapphire. HEX triplet: 08, 10 and 52. RGB value is (8,16,82). Sum of RGB (Red+Green+Blue) = 8+16+82=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 82 (32.42% from 255 or 77.36% from 106); Max value from RGB is 82 - color contains mainly: blue. Hex color #081052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081052 is #F7EFAD. Grayscale: #141414. Windows color (decimal): -16248750 or 5378056. OLE color: 5378056.

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

Color convert

RGB 8 16 82 -
CMYK 0.90 0.80 0 0.68
HSL 233.51º 0.82% 0.18% -
HSV(B) 233.51º 0.9% 0.32% -
XYZ 1.81 1.03 8.09 -
YUV 21.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 8 16 82 0.90 0.80 0 0.68 233.51 0.82 0.18
Hex 8 10 52 5A 50 0 44 EA 52 12
Octal 10 20 122 132 120 0 104 352 122 22
Binary 1000 10000 1010010 1011010 1010000 0 1000100 11101010 1010010 10010

Color Harmonies of #081052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081052

Black with #081052

Text Example


Text Example

White with #081052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081052; }

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

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

background-color css

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

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

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

border-color css

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

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

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