Html Css Color HEX #082069 Sapphire

📋 copy color: '#082069'

red 8 ◦ green 32 ◦ blue 105

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

Shades of Sapphire #082069

Tints of Sapphire #082069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.07%

 BLUE value IS 105 (41.41% from 255) = 72.41%

R = 5.52%
G = 22.07%
B = 72.41%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#082069 (or 0x082069) is known color: Sapphire. HEX triplet: 08, 20 and 69. RGB value is (8,32,105). Sum of RGB (Red+Green+Blue) = 8+32+105=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #082069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082069 is #F7DF96. Grayscale: #202020. Windows color (decimal): -16244631 or 6889480. OLE color: 6889480.

HSL color Cylindrical-coordinate representation of color #082069: hue angle of 225.15º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082069 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 32 105 -
CMYK 0.92 0.70 0 0.59
HSL 225.15º 0.86% 0.22% -
HSV(B) 225.15º 0.92% 0.41% -
XYZ 3.17 2.1 13.6 -
YUV 33.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 8 32 105 0.92 0.70 0 0.59 225.15 0.86 0.22
Hex 8 20 69 5C 46 0 3B E1 56 16
Octal 10 40 151 134 106 0 73 341 126 26
Binary 1000 100000 1101001 1011100 1000110 0 111011 11100001 1010110 10110

Color Harmonies of #082069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082069

Black with #082069

Text Example


Text Example

White with #082069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082069; }

 p { color: rgb(8,32,105); }

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

background-color css

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

 a { background-color: rgb(8,32,105); }

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

border-color css

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

 span { border-color: rgb(8,32,105); }

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