Html Css Color HEX #082C6B Sapphire

📋 copy color: '#082C6B'

red 8 ◦ green 44 ◦ blue 107

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

Shades of Sapphire #082C6B

Tints of Sapphire #082C6B

RGB

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

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

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

R = 5.03%
G = 27.67%
B = 67.3%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#082C6B (or 0x082C6B) is known color: Sapphire. HEX triplet: 08, 2C and 6B. RGB value is (8,44,107). Sum of RGB (Red+Green+Blue) = 8+44+107=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #082C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C6B is #F7D394. Grayscale: #282828. Windows color (decimal): -16241557 or 7023624. OLE color: 7023624.

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

Color convert

RGB 8 44 107 -
CMYK 0.93 0.59 0 0.58
HSL 218.18º 0.86% 0.23% -
HSV(B) 218.18º 0.93% 0.42% -
XYZ 3.65 2.91 14.28 -
YUV 40.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 8 44 107 0.93 0.59 0 0.58 218.18 0.86 0.23
Hex 8 2C 6B 5D 3B 0 3A DA 56 17
Octal 10 54 153 135 73 0 72 332 126 27
Binary 1000 101100 1101011 1011101 111011 0 111010 11011010 1010110 10111

Color Harmonies of #082C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082C6B

Black with #082C6B

Text Example


Text Example

White with #082C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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