Html Css Color HEX #082469 Sapphire

📋 copy color: '#082469'

red 8 ◦ green 36 ◦ blue 105

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

Shades of Sapphire #082469

Tints of Sapphire #082469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.16%

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

R = 5.37%
G = 24.16%
B = 70.47%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#082469 (or 0x082469) is known color: Sapphire. HEX triplet: 08, 24 and 69. RGB value is (8,36,105). Sum of RGB (Red+Green+Blue) = 8+36+105=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 105 (41.41% from 255 or 70.47% from 149); Max value from RGB is 105 - color contains mainly: blue. Hex color #082469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082469 is #F7DB96. Grayscale: #232323. Windows color (decimal): -16243607 or 6890504. OLE color: 6890504.

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

Color convert

RGB 8 36 105 -
CMYK 0.92 0.66 0 0.59
HSL 222.68º 0.86% 0.22% -
HSV(B) 222.68º 0.92% 0.41% -
XYZ 3.28 2.33 13.64 -
YUV 35.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 8 36 105 0.92 0.66 0 0.59 222.68 0.86 0.22
Hex 8 24 69 5C 42 0 3B DF 56 16
Octal 10 44 151 134 102 0 73 337 126 26
Binary 1000 100100 1101001 1011100 1000010 0 111011 11011111 1010110 10110

Color Harmonies of #082469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082469

Black with #082469

Text Example


Text Example

White with #082469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082469; }

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

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

background-color css

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

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

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

border-color css

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

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

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