Html Css Color HEX #142162 Sapphire

📋 copy color: '#142162'

red 20 ◦ green 33 ◦ blue 98

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

Shades of Sapphire #142162

Tints of Sapphire #142162

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.85%

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

R = 13.25%
G = 21.85%
B = 64.9%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#142162 (or 0x142162) is known color: Sapphire. HEX triplet: 14, 21 and 62. RGB value is (20,33,98). Sum of RGB (Red+Green+Blue) = 20+33+98=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #142162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142162 is #EBDE9D. Grayscale: #242424. Windows color (decimal): -15457950 or 6430996. OLE color: 6430996.

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

Color convert

RGB 20 33 98 -
CMYK 0.80 0.66 0 0.62
HSL 230º 0.66% 0.23% -
HSV(B) 230º 0.8% 0.38% -
XYZ 3.04 2.12 11.8 -
YUV 36.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 20 33 98 0.80 0.66 0 0.62 230 0.66 0.23
Hex 14 21 62 50 42 0 3E E6 42 17
Octal 24 41 142 120 102 0 76 346 102 27
Binary 10100 100001 1100010 1010000 1000010 0 111110 11100110 1000010 10111

Color Harmonies of #142162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142162

Black with #142162

Text Example


Text Example

White with #142162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142162; }

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

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

background-color css

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

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

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

border-color css

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

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

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