Html Css Color HEX #082D6B Sapphire

📋 copy color: '#082D6B'

red 8 ◦ green 45 ◦ blue 107

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

Shades of Sapphire #082D6B

Tints of Sapphire #082D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 66.88%

R = 5%
G = 28.13%
B = 66.88%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#082D6B (or 0x082D6B) is known color: Sapphire. HEX triplet: 08, 2D and 6B. RGB value is (8,45,107). Sum of RGB (Red+Green+Blue) = 8+45+107=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #082D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D6B is #F7D294. Grayscale: #282828. Windows color (decimal): -16241301 or 7023880. OLE color: 7023880.

HSL color Cylindrical-coordinate representation of color #082D6B: hue angle of 217.58º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082D6B is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 45 107 -
CMYK 0.93 0.58 0 0.58
HSL 217.58º 0.86% 0.23% -
HSV(B) 217.58º 0.93% 0.42% -
XYZ 3.69 2.99 14.29 -
YUV 41.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 8 45 107 0.93 0.58 0 0.58 217.58 0.86 0.23
Hex 8 2D 6B 5D 3A 0 3A DA 56 17
Octal 10 55 153 135 72 0 72 332 126 27
Binary 1000 101101 1101011 1011101 111010 0 111010 11011010 1010110 10111

Color Harmonies of #082D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D6B

Black with #082D6B

Text Example


Text Example

White with #082D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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