Html Css Color HEX #082068 Sapphire

📋 copy color: '#082068'

red 8 ◦ green 32 ◦ blue 104

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

Shades of Sapphire #082068

Tints of Sapphire #082068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.22%

 BLUE value IS 104 (41.02% from 255) = 72.22%

R = 5.56%
G = 22.22%
B = 72.22%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#082068 (or 0x082068) is known color: Sapphire. HEX triplet: 08, 20 and 68. RGB value is (8,32,104). Sum of RGB (Red+Green+Blue) = 8+32+104=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 104 (41.02% from 255 or 72.22% from 144); Max value from RGB is 104 - color contains mainly: blue. Hex color #082068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082068 is #F7DF97. Grayscale: #202020. Windows color (decimal): -16244632 or 6823944. OLE color: 6823944.

HSL color Cylindrical-coordinate representation of color #082068: hue angle of 225º 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 #082068 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 32 104 -
CMYK 0.92 0.69 0 0.59
HSL 225º 0.86% 0.22% -
HSV(B) 225º 0.92% 0.41% -
XYZ 3.12 2.08 13.33 -
YUV 33.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 8 32 104 0.92 0.69 0 0.59 225 0.86 0.22
Hex 8 20 68 5C 45 0 3B E1 56 16
Octal 10 40 150 134 105 0 73 341 126 26
Binary 1000 100000 1101000 1011100 1000101 0 111011 11100001 1010110 10110

Color Harmonies of #082068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082068

Black with #082068

Text Example


Text Example

White with #082068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082068; }

 p { color: rgb(8,32,104); }

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

background-color css

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

 a { background-color: rgb(8,32,104); }

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

border-color css

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

 span { border-color: rgb(8,32,104); }

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