Html Css Color HEX #1364BE Denim

📋 copy color: '#1364BE'

red 19 ◦ green 100 ◦ blue 190

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

Shades of Denim #1364BE

Tints of Denim #1364BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.49%

R = 6.15%
G = 32.36%
B = 61.49%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1364BE (or 0x1364BE) is known color: Denim. HEX triplet: 13, 64 and BE. RGB value is (19,100,190). Sum of RGB (Red+Green+Blue) = 19+100+190=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #1364BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1364BE is #EC9B41. Grayscale: #555555. Windows color (decimal): -15506242 or 12477459. OLE color: 12477459.

HSL color Cylindrical-coordinate representation of color #1364BE: hue angle of 211.58º 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 #1364BE is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 100 190 -
CMYK 0.90 0.47 0 0.25
HSL 211.58º 0.82% 0.41% -
HSV(B) 211.58º 0.9% 0.75% -
XYZ 14.12 12.97 50.47 -
YUV 86.04 186.66 80.18 -
System Red Green Blue C M Y K H S L
Decimal 19 100 190 0.90 0.47 0 0.25 211.58 0.82 0.41
Hex 13 64 BE 5A 2F 0 19 D4 52 29
Octal 23 144 276 132 57 0 31 324 122 51
Binary 10011 1100100 10111110 1011010 101111 0 11001 11010100 1010010 101001

Color Harmonies of #1364BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1364BE

Black with #1364BE

Text Example


Text Example

White with #1364BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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