Html Css Color HEX #142E62 Sapphire

📋 copy color: '#142E62'

red 20 ◦ green 46 ◦ blue 98

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

Shades of Sapphire #142E62

Tints of Sapphire #142E62

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.05%

 BLUE value IS 98 (38.67% from 255) = 59.76%

R = 12.2%
G = 28.05%
B = 59.76%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#142E62 (or 0x142E62) is known color: Sapphire. HEX triplet: 14, 2E and 62. RGB value is (20,46,98). Sum of RGB (Red+Green+Blue) = 20+46+98=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #142E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E62 is #EBD19D. Grayscale: #2B2B2B. Windows color (decimal): -15454622 or 6434324. OLE color: 6434324.

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

Color convert

RGB 20 46 98 -
CMYK 0.80 0.53 0 0.62
HSL 220º 0.66% 0.23% -
HSV(B) 220º 0.8% 0.38% -
XYZ 3.47 2.98 11.95 -
YUV 44.15 158.39 110.77 -
System Red Green Blue C M Y K H S L
Decimal 20 46 98 0.80 0.53 0 0.62 220 0.66 0.23
Hex 14 2E 62 50 35 0 3E DC 42 17
Octal 24 56 142 120 65 0 76 334 102 27
Binary 10100 101110 1100010 1010000 110101 0 111110 11011100 1000010 10111

Color Harmonies of #142E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E62

Black with #142E62

Text Example


Text Example

White with #142E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,46,98); }

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

background-color css

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

 a { background-color: rgb(20,46,98); }

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

border-color css

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

 span { border-color: rgb(20,46,98); }

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