Html Css Color HEX #082C69 Sapphire

📋 copy color: '#082C69'

red 8 ◦ green 44 ◦ blue 105

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

Shades of Sapphire #082C69

Tints of Sapphire #082C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 66.88%

R = 5.1%
G = 28.03%
B = 66.88%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#082C69 (or 0x082C69) is known color: Sapphire. HEX triplet: 08, 2C and 69. RGB value is (8,44,105). Sum of RGB (Red+Green+Blue) = 8+44+105=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #082C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082C69 is #F7D396. Grayscale: #272727. Windows color (decimal): -16241559 or 6892552. OLE color: 6892552.

HSL color Cylindrical-coordinate representation of color #082C69: hue angle of 217.73º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082C69 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 44 105 -
CMYK 0.92 0.58 0 0.59
HSL 217.73º 0.86% 0.22% -
HSV(B) 217.73º 0.92% 0.41% -
XYZ 3.55 2.87 13.73 -
YUV 40.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 8 44 105 0.92 0.58 0 0.59 217.73 0.86 0.22
Hex 8 2C 69 5C 3A 0 3B DA 56 16
Octal 10 54 151 134 72 0 73 332 126 26
Binary 1000 101100 1101001 1011100 111010 0 111011 11011010 1010110 10110

Color Harmonies of #082C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082C69

Black with #082C69

Text Example


Text Example

White with #082C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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