Html Css Color HEX #081455 Sapphire

📋 copy color: '#081455'

red 8 ◦ green 20 ◦ blue 85

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

Shades of Sapphire #081455

Tints of Sapphire #081455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.7%

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

R = 7.08%
G = 17.7%
B = 75.22%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#081455 (or 0x081455) is known color: Sapphire. HEX triplet: 08, 14 and 55. RGB value is (8,20,85). Sum of RGB (Red+Green+Blue) = 8+20+85=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 85 (33.59% from 255 or 75.22% from 113); Max value from RGB is 85 - color contains mainly: blue. Hex color #081455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081455 is #F7EBAA. Grayscale: #171717. Windows color (decimal): -16247723 or 5575688. OLE color: 5575688.

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

Color convert

RGB 8 20 85 -
CMYK 0.91 0.76 0 0.67
HSL 230.65º 0.83% 0.18% -
HSV(B) 230.65º 0.91% 0.33% -
XYZ 1.99 1.21 8.72 -
YUV 23.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 8 20 85 0.91 0.76 0 0.67 230.65 0.83 0.18
Hex 8 14 55 5B 4C 0 43 E7 53 12
Octal 10 24 125 133 114 0 103 347 123 22
Binary 1000 10100 1010101 1011011 1001100 0 1000011 11100111 1010011 10010

Color Harmonies of #081455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081455

Black with #081455

Text Example


Text Example

White with #081455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081455; }

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

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

background-color css

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

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

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

border-color css

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

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

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