Html Css Color HEX #001457 Sapphire

📋 copy color: '#001457'

red 0 ◦ green 20 ◦ blue 87

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

Shades of Sapphire #001457

Tints of Sapphire #001457

RGB

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

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

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

R = 0%
G = 18.69%
B = 81.31%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#001457 (or 0x001457) is known color: Sapphire. HEX triplet: 00, 14 and 57. RGB value is (0,20,87). Sum of RGB (Red+Green+Blue) = 0+20+87=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 87 (34.38% from 255 or 81.31% from 107); Max value from RGB is 87 - color contains mainly: blue. Hex color #001457 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001457 is #FFEBA8. Grayscale: #151515. Windows color (decimal): -16772009 or 5706752. OLE color: 5706752.

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

Color convert

RGB 0 20 87 -
CMYK 1 0.77 0 0.66
HSL 226.21º 1% 0.17% -
HSV(B) 226.21º 1% 0.34% -
XYZ 1.97 1.19 9.14 -
YUV 21.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 0 20 87 1 0.77 0 0.66 226.21 1 0.17
Hex 0 14 57 64 4D 0 42 E2 64 11
Octal 0 24 127 144 115 0 102 342 144 21
Binary 0 10100 1010111 1100100 1001101 0 1000010 11100010 1100100 10001

Color Harmonies of #001457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001457

Black with #001457

Text Example


Text Example

White with #001457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001457; }

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

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

background-color css

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

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

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

border-color css

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

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

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