Html Css Color HEX #082669 Sapphire

📋 copy color: '#082669'

red 8 ◦ green 38 ◦ blue 105

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

Shades of Sapphire #082669

Tints of Sapphire #082669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.17%

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

R = 5.3%
G = 25.17%
B = 69.54%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#082669 (or 0x082669) is known color: Sapphire. HEX triplet: 08, 26 and 69. RGB value is (8,38,105). Sum of RGB (Red+Green+Blue) = 8+38+105=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #082669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082669 is #F7D996. Grayscale: #242424. Windows color (decimal): -16243095 or 6891016. OLE color: 6891016.

HSL color Cylindrical-coordinate representation of color #082669: hue angle of 221.44º 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 #082669 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 38 105 -
CMYK 0.92 0.64 0 0.59
HSL 221.44º 0.86% 0.22% -
HSV(B) 221.44º 0.92% 0.41% -
XYZ 3.34 2.46 13.66 -
YUV 36.67 166.56 107.55 -
System Red Green Blue C M Y K H S L
Decimal 8 38 105 0.92 0.64 0 0.59 221.44 0.86 0.22
Hex 8 26 69 5C 40 0 3B DD 56 16
Octal 10 46 151 134 100 0 73 335 126 26
Binary 1000 100110 1101001 1011100 1000000 0 111011 11011101 1010110 10110

Color Harmonies of #082669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082669

Black with #082669

Text Example


Text Example

White with #082669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082669; }

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

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

background-color css

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

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

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

border-color css

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

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

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