Html Css Color HEX #082266 Sapphire

📋 copy color: '#082266'

red 8 ◦ green 34 ◦ blue 102

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

Shades of Sapphire #082266

Tints of Sapphire #082266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.61%

 BLUE value IS 102 (40.23% from 255) = 70.83%

R = 5.56%
G = 23.61%
B = 70.83%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#082266 (or 0x082266) is known color: Sapphire. HEX triplet: 08, 22 and 66. RGB value is (8,34,102). Sum of RGB (Red+Green+Blue) = 8+34+102=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #082266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082266 is #F7DD99. Grayscale: #212121. Windows color (decimal): -16244122 or 6693384. OLE color: 6693384.

HSL color Cylindrical-coordinate representation of color #082266: hue angle of 223.4º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082266 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 34 102 -
CMYK 0.92 0.67 0 0.6
HSL 223.4º 0.85% 0.22% -
HSV(B) 223.4º 0.92% 0.4% -
XYZ 3.07 2.15 12.82 -
YUV 33.98 166.39 109.47 -
System Red Green Blue C M Y K H S L
Decimal 8 34 102 0.92 0.67 0 0.6 223.4 0.85 0.22
Hex 8 22 66 5C 43 0 3C DF 55 16
Octal 10 42 146 134 103 0 74 337 125 26
Binary 1000 100010 1100110 1011100 1000011 0 111100 11011111 1010101 10110

Color Harmonies of #082266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082266

Black with #082266

Text Example


Text Example

White with #082266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082266; }

 p { color: rgb(8,34,102); }

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

background-color css

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

 a { background-color: rgb(8,34,102); }

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

border-color css

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

 span { border-color: rgb(8,34,102); }

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