Html Css Color HEX #1354DA Denim

📋 copy color: '#1354DA'

red 19 ◦ green 84 ◦ blue 218

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

Shades of Denim #1354DA

Tints of Denim #1354DA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

 BLUE value IS 218 (85.55% from 255) = 67.91%

R = 5.92%
G = 26.17%
B = 67.91%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1354DA (or 0x1354DA) is known color: Denim. HEX triplet: 13, 54 and DA. RGB value is (19,84,218). Sum of RGB (Red+Green+Blue) = 19+84+218=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 218 (85.55% from 255 or 67.91% from 321); Max value from RGB is 218 - color contains mainly: blue. Hex color #1354DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1354DA is #ECAB25. Grayscale: #4F4F4F. Windows color (decimal): -15510310 or 14308371. OLE color: 14308371.

HSL color Cylindrical-coordinate representation of color #1354DA: hue angle of 220.4º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1354DA is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 84 218 -
CMYK 0.91 0.61 0 0.15
HSL 220.4º 0.84% 0.46% -
HSV(B) 220.4º 0.91% 0.85% -
XYZ 16.09 11.54 67.71 -
YUV 79.84 205.97 84.6 -
System Red Green Blue C M Y K H S L
Decimal 19 84 218 0.91 0.61 0 0.15 220.4 0.84 0.46
Hex 13 54 DA 5B 3D 0 F DC 54 2E
Octal 23 124 332 133 75 0 17 334 124 56
Binary 10011 1010100 11011010 1011011 111101 0 1111 11011100 1010100 101110

Color Harmonies of #1354DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1354DA

Black with #1354DA

Text Example


Text Example

White with #1354DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1354DA; }

 p { color: rgb(19,84,218); }

 H1.HeaderClassName
 {
   color: #1354DA;
 }
 .AnyTagClassName
 {
   color: #1354DA;
 }
</style>

background-color css

<style>
 a { background-color: #1354DA; }

 a { background-color: rgb(19,84,218); }

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

border-color css

<style>
 span { border-color: #1354DA; }

 span { border-color: rgb(19,84,218); }

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