Html Css Color HEX #142D62 Sapphire

📋 copy color: '#142D62'

red 20 ◦ green 45 ◦ blue 98

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

Shades of Sapphire #142D62

Tints of Sapphire #142D62

RGB

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

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

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

R = 12.27%
G = 27.61%
B = 60.12%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#142D62 (or 0x142D62) is known color: Sapphire. HEX triplet: 14, 2D and 62. RGB value is (20,45,98). Sum of RGB (Red+Green+Blue) = 20+45+98=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #142D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142D62 is #EBD29D. Grayscale: #2B2B2B. Windows color (decimal): -15454878 or 6434068. OLE color: 6434068.

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

Color convert

RGB 20 45 98 -
CMYK 0.80 0.54 0 0.62
HSL 220.77º 0.66% 0.23% -
HSV(B) 220.77º 0.8% 0.38% -
XYZ 3.43 2.91 11.94 -
YUV 43.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 20 45 98 0.80 0.54 0 0.62 220.77 0.66 0.23
Hex 14 2D 62 50 36 0 3E DD 42 17
Octal 24 55 142 120 66 0 76 335 102 27
Binary 10100 101101 1100010 1010000 110110 0 111110 11011101 1000010 10111

Color Harmonies of #142D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142D62

Black with #142D62

Text Example


Text Example

White with #142D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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