Html Css Color HEX #1365CD Denim

📋 copy color: '#1365CD'

red 19 ◦ green 101 ◦ blue 205

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

Shades of Denim #1365CD

Tints of Denim #1365CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

 BLUE value IS 205 (80.47% from 255) = 63.08%

R = 5.85%
G = 31.08%
B = 63.08%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1365CD (or 0x1365CD) is known color: Denim. HEX triplet: 13, 65 and CD. RGB value is (19,101,205). Sum of RGB (Red+Green+Blue) = 19+101+205=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #1365CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1365CD is #EC9A32. Grayscale: #575757. Windows color (decimal): -15505971 or 13460755. OLE color: 13460755.

HSL color Cylindrical-coordinate representation of color #1365CD: hue angle of 213.55º 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 #1365CD is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 101 205 -
CMYK 0.91 0.51 0 0.20
HSL 213.55º 0.83% 0.44% -
HSV(B) 213.55º 0.91% 0.8% -
XYZ 15.94 13.85 59.59 -
YUV 88.34 193.83 78.54 -
System Red Green Blue C M Y K H S L
Decimal 19 101 205 0.91 0.51 0 0.20 213.55 0.83 0.44
Hex 13 65 CD 5B 33 0 14 D6 53 2C
Octal 23 145 315 133 63 0 24 326 123 54
Binary 10011 1100101 11001101 1011011 110011 0 10100 11010110 1010011 101100

Color Harmonies of #1365CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1365CD

Black with #1365CD

Text Example


Text Example

White with #1365CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1365CD; }

 p { color: rgb(19,101,205); }

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

background-color css

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

 a { background-color: rgb(19,101,205); }

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

border-color css

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

 span { border-color: rgb(19,101,205); }

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