Html Css Color HEX #1462C0 Denim

📋 copy color: '#1462C0'

red 20 ◦ green 98 ◦ blue 192

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

Shades of Denim #1462C0

Tints of Denim #1462C0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.61%

 BLUE value IS 192 (75.39% from 255) = 61.94%

R = 6.45%
G = 31.61%
B = 61.94%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1462C0 (or 0x1462C0) is known color: Denim. HEX triplet: 14, 62 and C0. RGB value is (20,98,192). Sum of RGB (Red+Green+Blue) = 20+98+192=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 192 (75.39% from 255 or 61.94% from 310); Max value from RGB is 192 - color contains mainly: blue. Hex color #1462C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1462C0 is #EB9D3F. Grayscale: #545454. Windows color (decimal): -15441216 or 12608020. OLE color: 12608020.

HSL color Cylindrical-coordinate representation of color #1462C0: hue angle of 212.79º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1462C0 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 98 192 -
CMYK 0.90 0.49 0 0.25
HSL 212.79º 0.81% 0.42% -
HSV(B) 212.79º 0.9% 0.75% -
XYZ 14.17 12.69 51.57 -
YUV 85.39 188.16 81.36 -
System Red Green Blue C M Y K H S L
Decimal 20 98 192 0.90 0.49 0 0.25 212.79 0.81 0.42
Hex 14 62 C0 5A 31 0 19 D5 51 2A
Octal 24 142 300 132 61 0 31 325 121 52
Binary 10100 1100010 11000000 1011010 110001 0 11001 11010101 1010001 101010

Color Harmonies of #1462C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1462C0

Black with #1462C0

Text Example


Text Example

White with #1462C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1462C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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