Html Css Color HEX #082D6F Sapphire

📋 copy color: '#082D6F'

red 8 ◦ green 45 ◦ blue 111

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

Shades of Sapphire #082D6F

Tints of Sapphire #082D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 67.68%

R = 4.88%
G = 27.44%
B = 67.68%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#082D6F (or 0x082D6F) is known color: Sapphire. HEX triplet: 08, 2D and 6F. RGB value is (8,45,111). Sum of RGB (Red+Green+Blue) = 8+45+111=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 111 (43.75% from 255 or 67.68% from 164); Max value from RGB is 111 - color contains mainly: blue. Hex color #082D6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D6F is #F7D290. Grayscale: #292929. Windows color (decimal): -16241297 or 7286024. OLE color: 7286024.

HSL color Cylindrical-coordinate representation of color #082D6F: hue angle of 218.45º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082D6F is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 45 111 -
CMYK 0.93 0.59 0 0.56
HSL 218.45º 0.87% 0.23% -
HSV(B) 218.45º 0.93% 0.44% -
XYZ 3.91 3.08 15.43 -
YUV 41.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 8 45 111 0.93 0.59 0 0.56 218.45 0.87 0.23
Hex 8 2D 6F 5D 3B 0 38 DA 57 17
Octal 10 55 157 135 73 0 70 332 127 27
Binary 1000 101101 1101111 1011101 111011 0 111000 11011010 1010111 10111

Color Harmonies of #082D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D6F

Black with #082D6F

Text Example


Text Example

White with #082D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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