Html Css Color HEX #082D72 Sapphire

📋 copy color: '#082D72'

red 8 ◦ green 45 ◦ blue 114

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

Shades of Sapphire #082D72

Tints of Sapphire #082D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 68.26%

R = 4.79%
G = 26.95%
B = 68.26%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#082D72 (or 0x082D72) is known color: Sapphire. HEX triplet: 08, 2D and 72. RGB value is (8,45,114). Sum of RGB (Red+Green+Blue) = 8+45+114=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 114 (44.92% from 255 or 68.26% from 167); Max value from RGB is 114 - color contains mainly: blue. Hex color #082D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D72 is #F7D28D. Grayscale: #292929. Windows color (decimal): -16241294 or 7482632. OLE color: 7482632.

HSL color Cylindrical-coordinate representation of color #082D72: hue angle of 219.06º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082D72 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 45 114 -
CMYK 0.93 0.61 0 0.55
HSL 219.06º 0.87% 0.24% -
HSV(B) 219.06º 0.93% 0.45% -
XYZ 4.08 3.14 16.31 -
YUV 41.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 8 45 114 0.93 0.61 0 0.55 219.06 0.87 0.24
Hex 8 2D 72 5D 3D 0 37 DB 57 18
Octal 10 55 162 135 75 0 67 333 127 30
Binary 1000 101101 1110010 1011101 111101 0 110111 11011011 1010111 11000

Color Harmonies of #082D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D72

Black with #082D72

Text Example


Text Example

White with #082D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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