Html Css Color HEX #142062 Sapphire

📋 copy color: '#142062'

red 20 ◦ green 32 ◦ blue 98

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

Shades of Sapphire #142062

Tints of Sapphire #142062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.33%

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

R = 13.33%
G = 21.33%
B = 65.33%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#142062 (or 0x142062) is known color: Sapphire. HEX triplet: 14, 20 and 62. RGB value is (20,32,98). Sum of RGB (Red+Green+Blue) = 20+32+98=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #142062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142062 is #EBDF9D. Grayscale: #232323. Windows color (decimal): -15458206 or 6430740. OLE color: 6430740.

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

Color convert

RGB 20 32 98 -
CMYK 0.80 0.67 0 0.62
HSL 230.77º 0.66% 0.23% -
HSV(B) 230.77º 0.8% 0.38% -
XYZ 3.01 2.06 11.79 -
YUV 35.94 163.02 116.63 -
System Red Green Blue C M Y K H S L
Decimal 20 32 98 0.80 0.67 0 0.62 230.77 0.66 0.23
Hex 14 20 62 50 43 0 3E E7 42 17
Octal 24 40 142 120 103 0 76 347 102 27
Binary 10100 100000 1100010 1010000 1000011 0 111110 11100111 1000010 10111

Color Harmonies of #142062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142062

Black with #142062

Text Example


Text Example

White with #142062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142062; }

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

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

background-color css

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

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

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

border-color css

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

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

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