Html Css Color HEX #142776 Sapphire

📋 copy color: '#142776'

red 20 ◦ green 39 ◦ blue 118

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

Shades of Sapphire #142776

Tints of Sapphire #142776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.03%

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

R = 11.3%
G = 22.03%
B = 66.67%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#142776 (or 0x142776) is known color: Sapphire. HEX triplet: 14, 27 and 76. RGB value is (20,39,118). Sum of RGB (Red+Green+Blue) = 20+39+118=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 118 (46.48% from 255 or 66.67% from 177); Max value from RGB is 118 - color contains mainly: blue. Hex color #142776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142776 is #EBD889. Grayscale: #292929. Windows color (decimal): -15456394 or 7743252. OLE color: 7743252.

HSL color Cylindrical-coordinate representation of color #142776: hue angle of 228.37º 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 #142776 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 39 118 -
CMYK 0.83 0.67 0 0.54
HSL 228.37º 0.71% 0.27% -
HSV(B) 228.37º 0.83% 0.46% -
XYZ 4.28 2.91 17.48 -
YUV 42.33 170.71 112.08 -
System Red Green Blue C M Y K H S L
Decimal 20 39 118 0.83 0.67 0 0.54 228.37 0.71 0.27
Hex 14 27 76 53 43 0 36 E4 47 1B
Octal 24 47 166 123 103 0 66 344 107 33
Binary 10100 100111 1110110 1010011 1000011 0 110110 11100100 1000111 11011

Color Harmonies of #142776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142776

Black with #142776

Text Example


Text Example

White with #142776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142776; }

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

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

background-color css

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

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

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

border-color css

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

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

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