Html Css Color HEX #081655 Sapphire

📋 copy color: '#081655'

red 8 ◦ green 22 ◦ blue 85

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

Shades of Sapphire #081655

Tints of Sapphire #081655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.13%

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

R = 6.96%
G = 19.13%
B = 73.91%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#081655 (or 0x081655) is known color: Sapphire. HEX triplet: 08, 16 and 55. RGB value is (8,22,85). Sum of RGB (Red+Green+Blue) = 8+22+85=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 85 (33.59% from 255 or 73.91% from 115); Max value from RGB is 85 - color contains mainly: blue. Hex color #081655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081655 is #F7E9AA. Grayscale: #181818. Windows color (decimal): -16247211 or 5576200. OLE color: 5576200.

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

Color convert

RGB 8 22 85 -
CMYK 0.91 0.74 0 0.67
HSL 229.09º 0.83% 0.18% -
HSV(B) 229.09º 0.91% 0.33% -
XYZ 2.03 1.28 8.73 -
YUV 25 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 8 22 85 0.91 0.74 0 0.67 229.09 0.83 0.18
Hex 8 16 55 5B 4A 0 43 E5 53 12
Octal 10 26 125 133 112 0 103 345 123 22
Binary 1000 10110 1010101 1011011 1001010 0 1000011 11100101 1010011 10010

Color Harmonies of #081655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081655

Black with #081655

Text Example


Text Example

White with #081655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081655; }

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

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

background-color css

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

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

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

border-color css

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

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

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