Html Css Color HEX #1363C0 Denim

📋 copy color: '#1363C0'

red 19 ◦ green 99 ◦ blue 192

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

Shades of Denim #1363C0

Tints of Denim #1363C0

RGB

 RED value IS 19 (7.81% from 255) = 6.13%

 GREEN value IS 99 (39.06% from 255) = 31.94%

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

R = 6.13%
G = 31.94%
B = 61.94%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1363C0 (or 0x1363C0) is known color: Denim. HEX triplet: 13, 63 and C0. RGB value is (19,99,192). Sum of RGB (Red+Green+Blue) = 19+99+192=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 99 (39.06% from 255 or 31.94% 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 #1363C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1363C0 is #EC9C3F. Grayscale: #555555. Windows color (decimal): -15506496 or 12608275. OLE color: 12608275.

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

Color convert

RGB 19 99 192 -
CMYK 0.90 0.48 0 0.25
HSL 212.25º 0.82% 0.41% -
HSV(B) 212.25º 0.9% 0.75% -
XYZ 14.24 12.87 51.6 -
YUV 85.68 188 80.44 -
System Red Green Blue C M Y K H S L
Decimal 19 99 192 0.90 0.48 0 0.25 212.25 0.82 0.41
Hex 13 63 C0 5A 30 0 19 D4 52 29
Octal 23 143 300 132 60 0 31 324 122 51
Binary 10011 1100011 11000000 1011010 110000 0 11001 11010100 1010010 101001

Color Harmonies of #1363C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1363C0

Black with #1363C0

Text Example


Text Example

White with #1363C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,99,192); }

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

background-color css

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

 a { background-color: rgb(19,99,192); }

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

border-color css

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

 span { border-color: rgb(19,99,192); }

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