Html Css Color HEX #1374BA Denim

📋 copy color: '#1374BA'

red 19 ◦ green 116 ◦ blue 186

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

Shades of Denim #1374BA

Tints of Denim #1374BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.14%

 BLUE value IS 186 (73.05% from 255) = 57.94%

R = 5.92%
G = 36.14%
B = 57.94%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1374BA (or 0x1374BA) is known color: Denim. HEX triplet: 13, 74 and BA. RGB value is (19,116,186). Sum of RGB (Red+Green+Blue) = 19+116+186=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #1374BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1374BA is #EC8B45. Grayscale: #5E5E5E. Windows color (decimal): -15502150 or 12219411. OLE color: 12219411.

HSL color Cylindrical-coordinate representation of color #1374BA: hue angle of 205.15º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1374BA is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 116 186 -
CMYK 0.90 0.38 0 0.27
HSL 205.15º 0.81% 0.4% -
HSV(B) 205.15º 0.9% 0.73% -
XYZ 15.38 16.17 48.77 -
YUV 94.98 179.36 73.81 -
System Red Green Blue C M Y K H S L
Decimal 19 116 186 0.90 0.38 0 0.27 205.15 0.81 0.4
Hex 13 74 BA 5A 26 0 1B CD 51 28
Octal 23 164 272 132 46 0 33 315 121 50
Binary 10011 1110100 10111010 1011010 100110 0 11011 11001101 1010001 101000

Color Harmonies of #1374BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1374BA

Black with #1374BA

Text Example


Text Example

White with #1374BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1374BA; }

 p { color: rgb(19,116,186); }

 H1.HeaderClassName
 {
   color: #1374BA;
 }
 .AnyTagClassName
 {
   color: #1374BA;
 }
</style>

background-color css

<style>
 a { background-color: #1374BA; }

 a { background-color: rgb(19,116,186); }

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

border-color css

<style>
 span { border-color: #1374BA; }

 span { border-color: rgb(19,116,186); }

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