Html Css Color HEX #082869 Sapphire

📋 copy color: '#082869'

red 8 ◦ green 40 ◦ blue 105

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

Shades of Sapphire #082869

Tints of Sapphire #082869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.14%

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

R = 5.23%
G = 26.14%
B = 68.63%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#082869 (or 0x082869) is known color: Sapphire. HEX triplet: 08, 28 and 69. RGB value is (8,40,105). Sum of RGB (Red+Green+Blue) = 8+40+105=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 105 (41.41% from 255 or 68.63% from 153); Max value from RGB is 105 - color contains mainly: blue. Hex color #082869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082869 is #F7D796. Grayscale: #252525. Windows color (decimal): -16242583 or 6891528. OLE color: 6891528.

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

Color convert

RGB 8 40 105 -
CMYK 0.92 0.62 0 0.59
HSL 220.21º 0.86% 0.22% -
HSV(B) 220.21º 0.92% 0.41% -
XYZ 3.41 2.59 13.68 -
YUV 37.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 8 40 105 0.92 0.62 0 0.59 220.21 0.86 0.22
Hex 8 28 69 5C 3E 0 3B DC 56 16
Octal 10 50 151 134 76 0 73 334 126 26
Binary 1000 101000 1101001 1011100 111110 0 111011 11011100 1010110 10110

Color Harmonies of #082869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082869

Black with #082869

Text Example


Text Example

White with #082869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082869; }

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

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

background-color css

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

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

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

border-color css

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

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

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