Html Css Color HEX #1364CF Denim

📋 copy color: '#1364CF'

red 19 ◦ green 100 ◦ blue 207

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

Shades of Denim #1364CF

Tints of Denim #1364CF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

 BLUE value IS 207 (81.25% from 255) = 63.5%

R = 5.83%
G = 30.67%
B = 63.5%

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

#1364CF (or 0x1364CF) is known color: Denim. HEX triplet: 13, 64 and CF. RGB value is (19,100,207). Sum of RGB (Red+Green+Blue) = 19+100+207=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #1364CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1364CF is #EC9B30. Grayscale: #575757. Windows color (decimal): -15506225 or 13591571. OLE color: 13591571.

HSL color Cylindrical-coordinate representation of color #1364CF: hue angle of 214.15º 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 #1364CF is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 100 207 -
CMYK 0.91 0.52 0 0.19
HSL 214.15º 0.83% 0.44% -
HSV(B) 214.15º 0.91% 0.81% -
XYZ 16.09 13.76 60.84 -
YUV 87.98 195.16 78.8 -
System Red Green Blue C M Y K H S L
Decimal 19 100 207 0.91 0.52 0 0.19 214.15 0.83 0.44
Hex 13 64 CF 5B 34 0 13 D6 53 2C
Octal 23 144 317 133 64 0 23 326 123 54
Binary 10011 1100100 11001111 1011011 110100 0 10011 11010110 1010011 101100

Color Harmonies of #1364CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1364CF

Black with #1364CF

Text Example


Text Example

White with #1364CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1364CF; }

 p { color: rgb(19,100,207); }

 H1.HeaderClassName
 {
   color: #1364CF;
 }
 .AnyTagClassName
 {
   color: #1364CF;
 }
</style>

background-color css

<style>
 a { background-color: #1364CF; }

 a { background-color: rgb(19,100,207); }

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

border-color css

<style>
 span { border-color: #1364CF; }

 span { border-color: rgb(19,100,207); }

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