Html Css Color HEX #142460 Sapphire

📋 copy color: '#142460'

red 20 ◦ green 36 ◦ blue 96

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

Shades of Sapphire #142460

Tints of Sapphire #142460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.68%

 BLUE value IS 96 (37.89% from 255) = 63.16%

R = 13.16%
G = 23.68%
B = 63.16%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#142460 (or 0x142460) is known color: Sapphire. HEX triplet: 14, 24 and 60. RGB value is (20,36,96). Sum of RGB (Red+Green+Blue) = 20+36+96=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #142460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142460 is #EBDB9F. Grayscale: #252525. Windows color (decimal): -15457184 or 6300692. OLE color: 6300692.

HSL color Cylindrical-coordinate representation of color #142460: hue angle of 227.37º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #142460 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 36 96 -
CMYK 0.79 0.62 0 0.62
HSL 227.37º 0.66% 0.23% -
HSV(B) 227.37º 0.79% 0.38% -
XYZ 3.03 2.26 11.34 -
YUV 38.06 160.7 115.12 -
System Red Green Blue C M Y K H S L
Decimal 20 36 96 0.79 0.62 0 0.62 227.37 0.66 0.23
Hex 14 24 60 4F 3E 0 3E E3 42 17
Octal 24 44 140 117 76 0 76 343 102 27
Binary 10100 100100 1100000 1001111 111110 0 111110 11100011 1000010 10111

Color Harmonies of #142460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142460

Black with #142460

Text Example


Text Example

White with #142460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142460; }

 p { color: rgb(20,36,96); }

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

background-color css

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

 a { background-color: rgb(20,36,96); }

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

border-color css

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

 span { border-color: rgb(20,36,96); }

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