Html Css Color HEX #1363CC Denim

📋 copy color: '#1363CC'

red 19 ◦ green 99 ◦ blue 204

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

Shades of Denim #1363CC

Tints of Denim #1363CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.35%

R = 5.9%
G = 30.75%
B = 63.35%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1363CC (or 0x1363CC) is known color: Denim. HEX triplet: 13, 63 and CC. RGB value is (19,99,204). Sum of RGB (Red+Green+Blue) = 19+99+204=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #1363CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1363CC is #EC9C33. Grayscale: #565656. Windows color (decimal): -15506484 or 13394707. OLE color: 13394707.

HSL color Cylindrical-coordinate representation of color #1363CC: hue angle of 214.05º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1363CC is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 99 204 -
CMYK 0.91 0.51 0 0.2
HSL 214.05º 0.83% 0.44% -
HSV(B) 214.05º 0.91% 0.8% -
XYZ 15.63 13.42 58.89 -
YUV 87.05 194 79.46 -
System Red Green Blue C M Y K H S L
Decimal 19 99 204 0.91 0.51 0 0.2 214.05 0.83 0.44
Hex 13 63 CC 5B 33 0 14 D6 53 2C
Octal 23 143 314 133 63 0 24 326 123 54
Binary 10011 1100011 11001100 1011011 110011 0 10100 11010110 1010011 101100

Color Harmonies of #1363CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1363CC

Black with #1363CC

Text Example


Text Example

White with #1363CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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