Html Css Color HEX #001957 Sapphire

📋 copy color: '#001957'

red 0 ◦ green 25 ◦ blue 87

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

Shades of Sapphire #001957

Tints of Sapphire #001957

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 22.32%
B = 77.68%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#001957 (or 0x001957) is known color: Sapphire. HEX triplet: 00, 19 and 57. RGB value is (0,25,87). Sum of RGB (Red+Green+Blue) = 0+25+87=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 87 (34.38% from 255 or 77.68% from 112); Max value from RGB is 87 - color contains mainly: blue. Hex color #001957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001957 is #FFE6A8. Grayscale: #181818. Windows color (decimal): -16770729 or 5708032. OLE color: 5708032.

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

Color convert

RGB 0 25 87 -
CMYK 1 0.71 0 0.66
HSL 222.76º 1% 0.17% -
HSV(B) 222.76º 1% 0.34% -
XYZ 2.07 1.38 9.17 -
YUV 24.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 0 25 87 1 0.71 0 0.66 222.76 1 0.17
Hex 0 19 57 64 47 0 42 DF 64 11
Octal 0 31 127 144 107 0 102 337 144 21
Binary 0 11001 1010111 1100100 1000111 0 1000010 11011111 1100100 10001

Color Harmonies of #001957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001957

Black with #001957

Text Example


Text Example

White with #001957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001957; }

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

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

background-color css

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

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

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

border-color css

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

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

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