Html Css Color HEX #082955 Sapphire

📋 copy color: '#082955'

red 8 ◦ green 41 ◦ blue 85

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

Shades of Sapphire #082955

Tints of Sapphire #082955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.6%

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

R = 5.97%
G = 30.6%
B = 63.43%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#082955 (or 0x082955) is known color: Sapphire. HEX triplet: 08, 29 and 55. RGB value is (8,41,85). Sum of RGB (Red+Green+Blue) = 8+41+85=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 41 (16.41% from 255 or 30.60% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #082955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082955 is #F7D6AA. Grayscale: #232323. Windows color (decimal): -16242347 or 5581064. OLE color: 5581064.

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

Color convert

RGB 8 41 85 -
CMYK 0.91 0.52 0 0.67
HSL 214.29º 0.83% 0.18% -
HSV(B) 214.29º 0.91% 0.33% -
XYZ 2.53 2.29 8.9 -
YUV 36.15 155.57 107.92 -
System Red Green Blue C M Y K H S L
Decimal 8 41 85 0.91 0.52 0 0.67 214.29 0.83 0.18
Hex 8 29 55 5B 34 0 43 D6 53 12
Octal 10 51 125 133 64 0 103 326 123 22
Binary 1000 101001 1010101 1011011 110100 0 1000011 11010110 1010011 10010

Color Harmonies of #082955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082955

Black with #082955

Text Example


Text Example

White with #082955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082955; }

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

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

background-color css

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

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

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

border-color css

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

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

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