Html Css Color HEX #010957 Sapphire

📋 copy color: '#010957'

red 1 ◦ green 9 ◦ blue 87

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

Shades of Sapphire #010957

Tints of Sapphire #010957

RGB

 RED value IS 1 (0.78% from 255) = 1.03%

 GREEN value IS 9 (3.91% from 255) = 9.28%

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

R = 1.03%
G = 9.28%
B = 89.69%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#010957 (or 0x010957) is known color: Sapphire. HEX triplet: 01, 09 and 57. RGB value is (1,9,87). Sum of RGB (Red+Green+Blue) = 1+9+87=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 87 (34.38% from 255 or 89.69% from 97); Max value from RGB is 87 - color contains mainly: blue. Hex color #010957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010957 is #FEF6A8. Grayscale: #0F0F0F. Windows color (decimal): -16709289 or 5703937. OLE color: 5703937.

HSL color Cylindrical-coordinate representation of color #010957: hue angle of 234.42º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010957 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 9 87 -
CMYK 0.99 0.90 0 0.66
HSL 234.42º 0.98% 0.17% -
HSV(B) 234.42º 0.99% 0.34% -
XYZ 1.83 0.89 9.09 -
YUV 15.5 168.35 117.66 -
System Red Green Blue C M Y K H S L
Decimal 1 9 87 0.99 0.90 0 0.66 234.42 0.98 0.17
Hex 1 9 57 63 5A 0 42 EA 62 11
Octal 1 11 127 143 132 0 102 352 142 21
Binary 1 1001 1010111 1100011 1011010 0 1000010 11101010 1100010 10001

Color Harmonies of #010957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010957

Black with #010957

Text Example


Text Example

White with #010957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010957; }

 p { color: rgb(1,9,87); }

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

background-color css

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

 a { background-color: rgb(1,9,87); }

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

border-color css

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

 span { border-color: rgb(1,9,87); }

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