Html Css Color HEX #082C60 Sapphire

📋 copy color: '#082C60'

red 8 ◦ green 44 ◦ blue 96

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

Shades of Sapphire #082C60

Tints of Sapphire #082C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 64.86%

R = 5.41%
G = 29.73%
B = 64.86%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#082C60 (or 0x082C60) is known color: Sapphire. HEX triplet: 08, 2C and 60. RGB value is (8,44,96). Sum of RGB (Red+Green+Blue) = 8+44+96=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #082C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C60 is #F7D39F. Grayscale: #262626. Windows color (decimal): -16241568 or 6302728. OLE color: 6302728.

HSL color Cylindrical-coordinate representation of color #082C60: hue angle of 215.45º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082C60 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 44 96 -
CMYK 0.92 0.54 0 0.62
HSL 215.45º 0.85% 0.2% -
HSV(B) 215.45º 0.92% 0.38% -
XYZ 3.11 2.7 11.42 -
YUV 39.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 8 44 96 0.92 0.54 0 0.62 215.45 0.85 0.2
Hex 8 2C 60 5C 36 0 3E D7 55 14
Octal 10 54 140 134 66 0 76 327 125 24
Binary 1000 101100 1100000 1011100 110110 0 111110 11010111 1010101 10100

Color Harmonies of #082C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082C60

Black with #082C60

Text Example


Text Example

White with #082C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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