Html Css Color HEX #082969 Sapphire

📋 copy color: '#082969'

red 8 ◦ green 41 ◦ blue 105

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

Shades of Sapphire #082969

Tints of Sapphire #082969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.62%

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

R = 5.19%
G = 26.62%
B = 68.18%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#082969 (or 0x082969) is known color: Sapphire. HEX triplet: 08, 29 and 69. RGB value is (8,41,105). Sum of RGB (Red+Green+Blue) = 8+41+105=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 105 (41.41% from 255 or 68.18% from 154); Max value from RGB is 105 - color contains mainly: blue. Hex color #082969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082969 is #F7D696. Grayscale: #262626. Windows color (decimal): -16242327 or 6891784. OLE color: 6891784.

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

Color convert

RGB 8 41 105 -
CMYK 0.92 0.61 0 0.59
HSL 219.59º 0.86% 0.22% -
HSV(B) 219.59º 0.92% 0.41% -
XYZ 3.44 2.66 13.7 -
YUV 38.43 165.57 106.3 -
System Red Green Blue C M Y K H S L
Decimal 8 41 105 0.92 0.61 0 0.59 219.59 0.86 0.22
Hex 8 29 69 5C 3D 0 3B DC 56 16
Octal 10 51 151 134 75 0 73 334 126 26
Binary 1000 101001 1101001 1011100 111101 0 111011 11011100 1010110 10110

Color Harmonies of #082969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082969

Black with #082969

Text Example


Text Example

White with #082969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082969; }

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

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

background-color css

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

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

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

border-color css

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

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

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