Html Css Color HEX #082755 Sapphire

📋 copy color: '#082755'

red 8 ◦ green 39 ◦ blue 85

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

Shades of Sapphire #082755

Tints of Sapphire #082755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.55%

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

R = 6.06%
G = 29.55%
B = 64.39%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082755 (or 0x082755) is known color: Sapphire. HEX triplet: 08, 27 and 55. RGB value is (8,39,85). Sum of RGB (Red+Green+Blue) = 8+39+85=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 85 (33.59% from 255 or 64.39% from 132); Max value from RGB is 85 - color contains mainly: blue. Hex color #082755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082755 is #F7D8AA. Grayscale: #222222. Windows color (decimal): -16242859 or 5580552. OLE color: 5580552.

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

Color convert

RGB 8 39 85 -
CMYK 0.91 0.54 0 0.67
HSL 215.84º 0.83% 0.18% -
HSV(B) 215.84º 0.91% 0.33% -
XYZ 2.47 2.16 8.88 -
YUV 34.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 8 39 85 0.91 0.54 0 0.67 215.84 0.83 0.18
Hex 8 27 55 5B 36 0 43 D8 53 12
Octal 10 47 125 133 66 0 103 330 123 22
Binary 1000 100111 1010101 1011011 110110 0 1000011 11011000 1010011 10010

Color Harmonies of #082755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082755

Black with #082755

Text Example


Text Example

White with #082755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082755; }

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

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

background-color css

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

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

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

border-color css

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

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

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