Html Css Color HEX #142157 Sapphire

📋 copy color: '#142157'

red 20 ◦ green 33 ◦ blue 87

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

Shades of Sapphire #142157

Tints of Sapphire #142157

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.57%

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

R = 14.29%
G = 23.57%
B = 62.14%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#142157 (or 0x142157) is known color: Sapphire. HEX triplet: 14, 21 and 57. RGB value is (20,33,87). Sum of RGB (Red+Green+Blue) = 20+33+87=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #142157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142157 is #EBDEA8. Grayscale: #232323. Windows color (decimal): -15457961 or 5710100. OLE color: 5710100.

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

Color convert

RGB 20 33 87 -
CMYK 0.77 0.62 0 0.66
HSL 228.36º 0.63% 0.21% -
HSV(B) 228.36º 0.77% 0.34% -
XYZ 2.55 1.92 9.25 -
YUV 35.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 20 33 87 0.77 0.62 0 0.66 228.36 0.63 0.21
Hex 14 21 57 4D 3E 0 42 E4 3F 15
Octal 24 41 127 115 76 0 102 344 77 25
Binary 10100 100001 1010111 1001101 111110 0 1000010 11100100 111111 10101

Color Harmonies of #142157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142157

Black with #142157

Text Example


Text Example

White with #142157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142157; }

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

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

background-color css

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

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

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

border-color css

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

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

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