Html Css Color HEX #142976 Sapphire

📋 copy color: '#142976'

red 20 ◦ green 41 ◦ blue 118

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

Shades of Sapphire #142976

Tints of Sapphire #142976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.91%

 BLUE value IS 118 (46.48% from 255) = 65.92%

R = 11.17%
G = 22.91%
B = 65.92%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#142976 (or 0x142976) is known color: Sapphire. HEX triplet: 14, 29 and 76. RGB value is (20,41,118). Sum of RGB (Red+Green+Blue) = 20+41+118=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #142976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142976 is #EBD689. Grayscale: #2B2B2B. Windows color (decimal): -15455882 or 7743764. OLE color: 7743764.

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

Color convert

RGB 20 41 118 -
CMYK 0.83 0.65 0 0.54
HSL 227.14º 0.71% 0.27% -
HSV(B) 227.14º 0.83% 0.46% -
XYZ 4.35 3.04 17.5 -
YUV 43.5 170.04 111.24 -
System Red Green Blue C M Y K H S L
Decimal 20 41 118 0.83 0.65 0 0.54 227.14 0.71 0.27
Hex 14 29 76 53 41 0 36 E3 47 1B
Octal 24 51 166 123 101 0 66 343 107 33
Binary 10100 101001 1110110 1010011 1000001 0 110110 11100011 1000111 11011

Color Harmonies of #142976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142976

Black with #142976

Text Example


Text Example

White with #142976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142976; }

 p { color: rgb(20,41,118); }

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

background-color css

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

 a { background-color: rgb(20,41,118); }

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

border-color css

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

 span { border-color: rgb(20,41,118); }

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