Html Css Color HEX #142E56 Sapphire

📋 copy color: '#142E56'

red 20 ◦ green 46 ◦ blue 86

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

Shades of Sapphire #142E56

Tints of Sapphire #142E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 56.58%

R = 13.16%
G = 30.26%
B = 56.58%

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

#142E56 (or 0x142E56) is known color: Sapphire. HEX triplet: 14, 2E and 56. RGB value is (20,46,86). Sum of RGB (Red+Green+Blue) = 20+46+86=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #142E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E56 is #EBD1A9. Grayscale: #2A2A2A. Windows color (decimal): -15454634 or 5647892. OLE color: 5647892.

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

Color convert

RGB 20 46 86 -
CMYK 0.77 0.47 0 0.66
HSL 216.36º 0.62% 0.21% -
HSV(B) 216.36º 0.77% 0.34% -
XYZ 2.95 2.77 9.18 -
YUV 42.79 152.39 111.75 -
System Red Green Blue C M Y K H S L
Decimal 20 46 86 0.77 0.47 0 0.66 216.36 0.62 0.21
Hex 14 2E 56 4D 2F 0 42 D8 3E 15
Octal 24 56 126 115 57 0 102 330 76 25
Binary 10100 101110 1010110 1001101 101111 0 1000010 11011000 111110 10101

Color Harmonies of #142E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E56

Black with #142E56

Text Example


Text Example

White with #142E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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