Html Css Color HEX #142C62 Sapphire

📋 copy color: '#142C62'

red 20 ◦ green 44 ◦ blue 98

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

Shades of Sapphire #142C62

Tints of Sapphire #142C62

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.16%

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

R = 12.35%
G = 27.16%
B = 60.49%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#142C62 (or 0x142C62) is known color: Sapphire. HEX triplet: 14, 2C and 62. RGB value is (20,44,98). Sum of RGB (Red+Green+Blue) = 20+44+98=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #142C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C62 is #EBD39D. Grayscale: #2A2A2A. Windows color (decimal): -15455134 or 6433812. OLE color: 6433812.

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

Color convert

RGB 20 44 98 -
CMYK 0.80 0.55 0 0.62
HSL 221.54º 0.66% 0.23% -
HSV(B) 221.54º 0.8% 0.38% -
XYZ 3.39 2.83 11.92 -
YUV 42.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 20 44 98 0.80 0.55 0 0.62 221.54 0.66 0.23
Hex 14 2C 62 50 37 0 3E DE 42 17
Octal 24 54 142 120 67 0 76 336 102 27
Binary 10100 101100 1100010 1010000 110111 0 111110 11011110 1000010 10111

Color Harmonies of #142C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C62

Black with #142C62

Text Example


Text Example

White with #142C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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