Html Css Color HEX #142463 Sapphire

📋 copy color: '#142463'

red 20 ◦ green 36 ◦ blue 99

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

Shades of Sapphire #142463

Tints of Sapphire #142463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 63.87%

R = 12.9%
G = 23.23%
B = 63.87%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#142463 (or 0x142463) is known color: Sapphire. HEX triplet: 14, 24 and 63. RGB value is (20,36,99). Sum of RGB (Red+Green+Blue) = 20+36+99=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #142463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142463 is #EBDB9C. Grayscale: #262626. Windows color (decimal): -15457181 or 6497300. OLE color: 6497300.

HSL color Cylindrical-coordinate representation of color #142463: hue angle of 227.85º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142463 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 36 99 -
CMYK 0.80 0.64 0 0.61
HSL 227.85º 0.66% 0.23% -
HSV(B) 227.85º 0.8% 0.39% -
XYZ 3.17 2.31 12.08 -
YUV 38.4 162.2 114.88 -
System Red Green Blue C M Y K H S L
Decimal 20 36 99 0.80 0.64 0 0.61 227.85 0.66 0.23
Hex 14 24 63 50 40 0 3D E4 42 17
Octal 24 44 143 120 100 0 75 344 102 27
Binary 10100 100100 1100011 1010000 1000000 0 111101 11100100 1000010 10111

Color Harmonies of #142463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142463

Black with #142463

Text Example


Text Example

White with #142463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142463; }

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

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

background-color css

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

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

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

border-color css

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

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

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