Html Css Color HEX #082D66 Sapphire

📋 copy color: '#082D66'

red 8 ◦ green 45 ◦ blue 102

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

Shades of Sapphire #082D66

Tints of Sapphire #082D66

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.03%

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

R = 5.16%
G = 29.03%
B = 65.81%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#082D66 (or 0x082D66) is known color: Sapphire. HEX triplet: 08, 2D and 66. RGB value is (8,45,102). Sum of RGB (Red+Green+Blue) = 8+45+102=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #082D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D66 is #F7D299. Grayscale: #282828. Windows color (decimal): -16241306 or 6696200. OLE color: 6696200.

HSL color Cylindrical-coordinate representation of color #082D66: hue angle of 216.38º 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 #082D66 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 45 102 -
CMYK 0.92 0.56 0 0.6
HSL 216.38º 0.85% 0.22% -
HSV(B) 216.38º 0.92% 0.4% -
XYZ 3.44 2.89 12.95 -
YUV 40.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 8 45 102 0.92 0.56 0 0.6 216.38 0.85 0.22
Hex 8 2D 66 5C 38 0 3C D8 55 16
Octal 10 55 146 134 70 0 74 330 125 26
Binary 1000 101101 1100110 1011100 111000 0 111100 11011000 1010101 10110

Color Harmonies of #082D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D66

Black with #082D66

Text Example


Text Example

White with #082D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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