Html Css Color HEX #082D6C Sapphire

📋 copy color: '#082D6C'

red 8 ◦ green 45 ◦ blue 108

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

Shades of Sapphire #082D6C

Tints of Sapphire #082D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 67.08%

R = 4.97%
G = 27.95%
B = 67.08%

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

#082D6C (or 0x082D6C) is known color: Sapphire. HEX triplet: 08, 2D and 6C. RGB value is (8,45,108). Sum of RGB (Red+Green+Blue) = 8+45+108=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 108 (42.58% from 255 or 67.08% from 161); Max value from RGB is 108 - color contains mainly: blue. Hex color #082D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D6C is #F7D293. Grayscale: #282828. Windows color (decimal): -16241300 or 7089416. OLE color: 7089416.

HSL color Cylindrical-coordinate representation of color #082D6C: hue angle of 217.8º 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 #082D6C is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 45 108 -
CMYK 0.93 0.58 0 0.58
HSL 217.8º 0.86% 0.23% -
HSV(B) 217.8º 0.93% 0.42% -
XYZ 3.75 3.01 14.57 -
YUV 41.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 8 45 108 0.93 0.58 0 0.58 217.8 0.86 0.23
Hex 8 2D 6C 5D 3A 0 3A DA 56 17
Octal 10 55 154 135 72 0 72 332 126 27
Binary 1000 101101 1101100 1011101 111010 0 111010 11011010 1010110 10111

Color Harmonies of #082D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D6C

Black with #082D6C

Text Example


Text Example

White with #082D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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