Html Css Color HEX #082155 Sapphire

📋 copy color: '#082155'

red 8 ◦ green 33 ◦ blue 85

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

Shades of Sapphire #082155

Tints of Sapphire #082155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.19%

 BLUE value IS 85 (33.59% from 255) = 67.46%

R = 6.35%
G = 26.19%
B = 67.46%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082155 (or 0x082155) is known color: Sapphire. HEX triplet: 08, 21 and 55. RGB value is (8,33,85). Sum of RGB (Red+Green+Blue) = 8+33+85=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #082155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082155 is #F7DEAA. Grayscale: #1F1F1F. Windows color (decimal): -16244395 or 5579016. OLE color: 5579016.

HSL color Cylindrical-coordinate representation of color #082155: hue angle of 220.52º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082155 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 33 85 -
CMYK 0.91 0.61 0 0.67
HSL 220.52º 0.83% 0.18% -
HSV(B) 220.52º 0.91% 0.33% -
XYZ 2.28 1.8 8.82 -
YUV 31.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 8 33 85 0.91 0.61 0 0.67 220.52 0.83 0.18
Hex 8 21 55 5B 3D 0 43 DD 53 12
Octal 10 41 125 133 75 0 103 335 123 22
Binary 1000 100001 1010101 1011011 111101 0 1000011 11011101 1010011 10010

Color Harmonies of #082155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082155

Black with #082155

Text Example


Text Example

White with #082155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082155; }

 p { color: rgb(8,33,85); }

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

background-color css

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

 a { background-color: rgb(8,33,85); }

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

border-color css

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

 span { border-color: rgb(8,33,85); }

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