Html Css Color HEX #081957 Sapphire

📋 copy color: '#081957'

red 8 ◦ green 25 ◦ blue 87

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

Shades of Sapphire #081957

Tints of Sapphire #081957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.83%

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

R = 6.67%
G = 20.83%
B = 72.5%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#081957 (or 0x081957) is known color: Sapphire. HEX triplet: 08, 19 and 57. RGB value is (8,25,87). Sum of RGB (Red+Green+Blue) = 8+25+87=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 87 (34.38% from 255 or 72.5% from 120); Max value from RGB is 87 - color contains mainly: blue. Hex color #081957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081957 is #F7E6A8. Grayscale: #1A1A1A. Windows color (decimal): -16246441 or 5708040. OLE color: 5708040.

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

Color convert

RGB 8 25 87 -
CMYK 0.91 0.71 0 0.66
HSL 227.09º 0.83% 0.19% -
HSV(B) 227.09º 0.91% 0.34% -
XYZ 2.17 1.44 9.18 -
YUV 26.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 8 25 87 0.91 0.71 0 0.66 227.09 0.83 0.19
Hex 8 19 57 5B 47 0 42 E3 53 13
Octal 10 31 127 133 107 0 102 343 123 23
Binary 1000 11001 1010111 1011011 1000111 0 1000010 11100011 1010011 10011

Color Harmonies of #081957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081957

Black with #081957

Text Example


Text Example

White with #081957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081957; }

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

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

background-color css

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

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

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

border-color css

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

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

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