Html Css Color HEX #142D63 Sapphire

📋 copy color: '#142D63'

red 20 ◦ green 45 ◦ blue 99

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

Shades of Sapphire #142D63

Tints of Sapphire #142D63

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.44%

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

R = 12.2%
G = 27.44%
B = 60.37%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#142D63 (or 0x142D63) is known color: Sapphire. HEX triplet: 14, 2D and 63. RGB value is (20,45,99). Sum of RGB (Red+Green+Blue) = 20+45+99=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #142D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D63 is #EBD29C. Grayscale: #2B2B2B. Windows color (decimal): -15454877 or 6499604. OLE color: 6499604.

HSL color Cylindrical-coordinate representation of color #142D63: hue angle of 221.01º 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 #142D63 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 45 99 -
CMYK 0.80 0.55 0 0.61
HSL 221.01º 0.66% 0.23% -
HSV(B) 221.01º 0.8% 0.39% -
XYZ 3.48 2.93 12.19 -
YUV 43.68 159.22 111.11 -
System Red Green Blue C M Y K H S L
Decimal 20 45 99 0.80 0.55 0 0.61 221.01 0.66 0.23
Hex 14 2D 63 50 37 0 3D DD 42 17
Octal 24 55 143 120 67 0 75 335 102 27
Binary 10100 101101 1100011 1010000 110111 0 111101 11011101 1000010 10111

Color Harmonies of #142D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D63

Black with #142D63

Text Example


Text Example

White with #142D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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