Html Css Color HEX #082C6F Sapphire

📋 copy color: '#082C6F'

red 8 ◦ green 44 ◦ blue 111

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

Shades of Sapphire #082C6F

Tints of Sapphire #082C6F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.99%

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

R = 4.91%
G = 26.99%
B = 68.1%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#082C6F (or 0x082C6F) is known color: Sapphire. HEX triplet: 08, 2C and 6F. RGB value is (8,44,111). Sum of RGB (Red+Green+Blue) = 8+44+111=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 111 (43.75% from 255 or 68.10% from 163); Max value from RGB is 111 - color contains mainly: blue. Hex color #082C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C6F is #F7D390. Grayscale: #282828. Windows color (decimal): -16241553 or 7285768. OLE color: 7285768.

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

Color convert

RGB 8 44 111 -
CMYK 0.93 0.60 0 0.56
HSL 219.03º 0.87% 0.23% -
HSV(B) 219.03º 0.93% 0.44% -
XYZ 3.87 3 15.41 -
YUV 40.87 167.57 104.55 -
System Red Green Blue C M Y K H S L
Decimal 8 44 111 0.93 0.60 0 0.56 219.03 0.87 0.23
Hex 8 2C 6F 5D 3C 0 38 DB 57 17
Octal 10 54 157 135 74 0 70 333 127 27
Binary 1000 101100 1101111 1011101 111100 0 111000 11011011 1010111 10111

Color Harmonies of #082C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082C6F

Black with #082C6F

Text Example


Text Example

White with #082C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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