Html Css Color HEX #1354BE Denim

📋 copy color: '#1354BE'

red 19 ◦ green 84 ◦ blue 190

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

Shades of Denim #1354BE

Tints of Denim #1354BE

RGB

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

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

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

R = 6.48%
G = 28.67%
B = 64.85%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1354BE (or 0x1354BE) is known color: Denim. HEX triplet: 13, 54 and BE. RGB value is (19,84,190). Sum of RGB (Red+Green+Blue) = 19+84+190=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #1354BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1354BE is #ECAB41. Grayscale: #4C4C4C. Windows color (decimal): -15510338 or 12473363. OLE color: 12473363.

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

Color convert

RGB 19 84 190 -
CMYK 0.90 0.56 0 0.25
HSL 217.19º 0.82% 0.41% -
HSV(B) 217.19º 0.9% 0.75% -
XYZ 12.73 10.2 50.01 -
YUV 76.65 191.97 86.88 -
System Red Green Blue C M Y K H S L
Decimal 19 84 190 0.90 0.56 0 0.25 217.19 0.82 0.41
Hex 13 54 BE 5A 38 0 19 D9 52 29
Octal 23 124 276 132 70 0 31 331 122 51
Binary 10011 1010100 10111110 1011010 111000 0 11001 11011001 1010010 101001

Color Harmonies of #1354BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1354BE

Black with #1354BE

Text Example


Text Example

White with #1354BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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