Html Css Color HEX #082255 Sapphire

📋 copy color: '#082255'

red 8 ◦ green 34 ◦ blue 85

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

Shades of Sapphire #082255

Tints of Sapphire #082255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.77%

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

R = 6.3%
G = 26.77%
B = 66.93%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082255 (or 0x082255) is known color: Sapphire. HEX triplet: 08, 22 and 55. RGB value is (8,34,85). Sum of RGB (Red+Green+Blue) = 8+34+85=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 85 (33.59% from 255 or 66.93% from 127); Max value from RGB is 85 - color contains mainly: blue. Hex color #082255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082255 is #F7DDAA. Grayscale: #1F1F1F. Windows color (decimal): -16244139 or 5579272. OLE color: 5579272.

HSL color Cylindrical-coordinate representation of color #082255: hue angle of 219.74º 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 #082255 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 34 85 -
CMYK 0.91 0.60 0 0.67
HSL 219.74º 0.83% 0.18% -
HSV(B) 219.74º 0.91% 0.33% -
XYZ 2.31 1.85 8.83 -
YUV 32.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 8 34 85 0.91 0.60 0 0.67 219.74 0.83 0.18
Hex 8 22 55 5B 3C 0 43 DC 53 12
Octal 10 42 125 133 74 0 103 334 123 22
Binary 1000 100010 1010101 1011011 111100 0 1000011 11011100 1010011 10010

Color Harmonies of #082255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082255

Black with #082255

Text Example


Text Example

White with #082255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082255; }

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

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

background-color css

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

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

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

border-color css

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

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

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