Html Css Color HEX #082058 Sapphire

📋 copy color: '#082058'

red 8 ◦ green 32 ◦ blue 88

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

Shades of Sapphire #082058

Tints of Sapphire #082058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 68.75%

R = 6.25%
G = 25%
B = 68.75%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#082058 (or 0x082058) is known color: Sapphire. HEX triplet: 08, 20 and 58. RGB value is (8,32,88). Sum of RGB (Red+Green+Blue) = 8+32+88=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #082058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082058 is #F7DFA7. Grayscale: #1E1E1E. Windows color (decimal): -16244648 or 5775368. OLE color: 5775368.

HSL color Cylindrical-coordinate representation of color #082058: hue angle of 222º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082058 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 32 88 -
CMYK 0.91 0.64 0 0.65
HSL 222º 0.83% 0.19% -
HSV(B) 222º 0.91% 0.35% -
XYZ 2.38 1.79 9.45 -
YUV 31.21 160.05 111.45 -
System Red Green Blue C M Y K H S L
Decimal 8 32 88 0.91 0.64 0 0.65 222 0.83 0.19
Hex 8 20 58 5B 40 0 41 DE 53 13
Octal 10 40 130 133 100 0 101 336 123 23
Binary 1000 100000 1011000 1011011 1000000 0 1000001 11011110 1010011 10011

Color Harmonies of #082058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082058

Black with #082058

Text Example


Text Example

White with #082058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082058; }

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

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

background-color css

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

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

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

border-color css

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

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

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