Html Css Color HEX #081057 Sapphire

📋 copy color: '#081057'

red 8 ◦ green 16 ◦ blue 87

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

Shades of Sapphire #081057

Tints of Sapphire #081057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.41%

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

R = 7.21%
G = 14.41%
B = 78.38%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#081057 (or 0x081057) is known color: Sapphire. HEX triplet: 08, 10 and 57. RGB value is (8,16,87). Sum of RGB (Red+Green+Blue) = 8+16+87=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 87 (34.38% from 255 or 78.38% from 111); Max value from RGB is 87 - color contains mainly: blue. Hex color #081057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081057 is #F7EFA8. Grayscale: #151515. Windows color (decimal): -16248745 or 5705736. OLE color: 5705736.

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

Color convert

RGB 8 16 87 -
CMYK 0.91 0.82 0 0.66
HSL 233.92º 0.83% 0.19% -
HSV(B) 233.92º 0.91% 0.34% -
XYZ 2.01 1.11 9.13 -
YUV 21.7 164.85 118.23 -
System Red Green Blue C M Y K H S L
Decimal 8 16 87 0.91 0.82 0 0.66 233.92 0.83 0.19
Hex 8 10 57 5B 52 0 42 EA 53 13
Octal 10 20 127 133 122 0 102 352 123 23
Binary 1000 10000 1010111 1011011 1010010 0 1000010 11101010 1010011 10011

Color Harmonies of #081057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081057

Black with #081057

Text Example


Text Example

White with #081057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081057; }

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

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

background-color css

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

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

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

border-color css

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

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

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