Html Css Color HEX #142E57 Sapphire

📋 copy color: '#142E57'

red 20 ◦ green 46 ◦ blue 87

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

Shades of Sapphire #142E57

Tints of Sapphire #142E57

RGB

 RED value IS 20 (8.2% from 255) = 13.07%

 GREEN value IS 46 (18.36% from 255) = 30.07%

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

R = 13.07%
G = 30.07%
B = 56.86%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#142E57 (or 0x142E57) is known color: Sapphire. HEX triplet: 14, 2E and 57. RGB value is (20,46,87). Sum of RGB (Red+Green+Blue) = 20+46+87=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 87 (34.38% from 255 or 56.86% from 153); Max value from RGB is 87 - color contains mainly: blue. Hex color #142E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E57 is #EBD1A8. Grayscale: #2A2A2A. Windows color (decimal): -15454633 or 5713428. OLE color: 5713428.

HSL color Cylindrical-coordinate representation of color #142E57: hue angle of 216.72º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #142E57 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 46 87 -
CMYK 0.77 0.47 0 0.66
HSL 216.72º 0.63% 0.21% -
HSV(B) 216.72º 0.77% 0.34% -
XYZ 2.99 2.79 9.4 -
YUV 42.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 20 46 87 0.77 0.47 0 0.66 216.72 0.63 0.21
Hex 14 2E 57 4D 2F 0 42 D9 3F 15
Octal 24 56 127 115 57 0 102 331 77 25
Binary 10100 101110 1010111 1001101 101111 0 1000010 11011001 111111 10101

Color Harmonies of #142E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E57

Black with #142E57

Text Example


Text Example

White with #142E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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