Html Css Color HEX #081457 Sapphire

📋 copy color: '#081457'

red 8 ◦ green 20 ◦ blue 87

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

Shades of Sapphire #081457

Tints of Sapphire #081457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 75.65%

R = 6.96%
G = 17.39%
B = 75.65%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#081457 (or 0x081457) is known color: Sapphire. HEX triplet: 08, 14 and 57. RGB value is (8,20,87). Sum of RGB (Red+Green+Blue) = 8+20+87=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 87 (34.38% from 255 or 75.65% from 115); Max value from RGB is 87 - color contains mainly: blue. Hex color #081457 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081457 is #F7EBA8. Grayscale: #171717. Windows color (decimal): -16247721 or 5706760. OLE color: 5706760.

HSL color Cylindrical-coordinate representation of color #081457: hue angle of 230.89º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081457 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 8 20 87 -
CMYK 0.91 0.77 0 0.66
HSL 230.89º 0.83% 0.19% -
HSV(B) 230.89º 0.91% 0.34% -
XYZ 2.07 1.24 9.15 -
YUV 24.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 8 20 87 0.91 0.77 0 0.66 230.89 0.83 0.19
Hex 8 14 57 5B 4D 0 42 E7 53 13
Octal 10 24 127 133 115 0 102 347 123 23
Binary 1000 10100 1010111 1011011 1001101 0 1000010 11100111 1010011 10011

Color Harmonies of #081457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081457

Black with #081457

Text Example


Text Example

White with #081457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081457; }

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

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

background-color css

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

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

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

border-color css

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

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

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