Html Css Color HEX #1374BE Denim

📋 copy color: '#1374BE'

red 19 ◦ green 116 ◦ blue 190

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

Shades of Denim #1374BE

Tints of Denim #1374BE

RGB

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

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

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

R = 5.85%
G = 35.69%
B = 58.46%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1374BE (or 0x1374BE) is known color: Denim. HEX triplet: 13, 74 and BE. RGB value is (19,116,190). Sum of RGB (Red+Green+Blue) = 19+116+190=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #1374BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1374BE is #EC8B41. Grayscale: #5F5F5F. Windows color (decimal): -15502146 or 12481555. OLE color: 12481555.

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

Color convert

RGB 19 116 190 -
CMYK 0.90 0.39 0 0.25
HSL 205.96º 0.82% 0.41% -
HSV(B) 205.96º 0.9% 0.75% -
XYZ 15.81 16.35 51.04 -
YUV 95.43 181.36 73.48 -
System Red Green Blue C M Y K H S L
Decimal 19 116 190 0.90 0.39 0 0.25 205.96 0.82 0.41
Hex 13 74 BE 5A 27 0 19 CE 52 29
Octal 23 164 276 132 47 0 31 316 122 51
Binary 10011 1110100 10111110 1011010 100111 0 11001 11001110 1010010 101001

Color Harmonies of #1374BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1374BE

Black with #1374BE

Text Example


Text Example

White with #1374BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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