Html Css Color HEX #142877 Sapphire

📋 copy color: '#142877'

red 20 ◦ green 40 ◦ blue 119

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

Shades of Sapphire #142877

Tints of Sapphire #142877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.35%

 BLUE value IS 119 (46.88% from 255) = 66.48%

R = 11.17%
G = 22.35%
B = 66.48%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#142877 (or 0x142877) is known color: Sapphire. HEX triplet: 14, 28 and 77. RGB value is (20,40,119). Sum of RGB (Red+Green+Blue) = 20+40+119=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 119 (46.88% from 255 or 66.48% from 179); Max value from RGB is 119 - color contains mainly: blue. Hex color #142877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142877 is #EBD788. Grayscale: #2A2A2A. Windows color (decimal): -15456137 or 7809044. OLE color: 7809044.

HSL color Cylindrical-coordinate representation of color #142877: hue angle of 227.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142877 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 40 119 -
CMYK 0.83 0.66 0 0.53
HSL 227.88º 0.71% 0.27% -
HSV(B) 227.88º 0.83% 0.47% -
XYZ 4.38 3 17.8 -
YUV 43.03 170.87 111.58 -
System Red Green Blue C M Y K H S L
Decimal 20 40 119 0.83 0.66 0 0.53 227.88 0.71 0.27
Hex 14 28 77 53 42 0 35 E4 47 1B
Octal 24 50 167 123 102 0 65 344 107 33
Binary 10100 101000 1110111 1010011 1000010 0 110101 11100100 1000111 11011

Color Harmonies of #142877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142877

Black with #142877

Text Example


Text Example

White with #142877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142877; }

 p { color: rgb(20,40,119); }

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

background-color css

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

 a { background-color: rgb(20,40,119); }

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

border-color css

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

 span { border-color: rgb(20,40,119); }

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