Html Css Color HEX #1363CE Denim

📋 copy color: '#1363CE'

red 19 ◦ green 99 ◦ blue 206

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

Shades of Denim #1363CE

Tints of Denim #1363CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.58%

R = 5.86%
G = 30.56%
B = 63.58%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1363CE (or 0x1363CE) is known color: Denim. HEX triplet: 13, 63 and CE. RGB value is (19,99,206). Sum of RGB (Red+Green+Blue) = 19+99+206=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #1363CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1363CE is #EC9C31. Grayscale: #565656. Windows color (decimal): -15506482 or 13525779. OLE color: 13525779.

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

Color convert

RGB 19 99 206 -
CMYK 0.91 0.52 0 0.19
HSL 214.33º 0.83% 0.44% -
HSV(B) 214.33º 0.91% 0.81% -
XYZ 15.87 13.52 60.17 -
YUV 87.28 195 79.3 -
System Red Green Blue C M Y K H S L
Decimal 19 99 206 0.91 0.52 0 0.19 214.33 0.83 0.44
Hex 13 63 CE 5B 34 0 13 D6 53 2C
Octal 23 143 316 133 64 0 23 326 123 54
Binary 10011 1100011 11001110 1011011 110100 0 10011 11010110 1010011 101100

Color Harmonies of #1363CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1363CE

Black with #1363CE

Text Example


Text Example

White with #1363CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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