Html Css Color HEX #1374BF Denim

📋 copy color: '#1374BF'

red 19 ◦ green 116 ◦ blue 191

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

Shades of Denim #1374BF

Tints of Denim #1374BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.59%

R = 5.83%
G = 35.58%
B = 58.59%

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

#1374BF (or 0x1374BF) is known color: Denim. HEX triplet: 13, 74 and BF. RGB value is (19,116,191). Sum of RGB (Red+Green+Blue) = 19+116+191=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #1374BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1374BF is #EC8B40. Grayscale: #5F5F5F. Windows color (decimal): -15502145 or 12547091. OLE color: 12547091.

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

Color convert

RGB 19 116 191 -
CMYK 0.90 0.39 0 0.25
HSL 206.16º 0.82% 0.41% -
HSV(B) 206.16º 0.9% 0.75% -
XYZ 15.92 16.39 51.62 -
YUV 95.55 181.86 73.4 -
System Red Green Blue C M Y K H S L
Decimal 19 116 191 0.90 0.39 0 0.25 206.16 0.82 0.41
Hex 13 74 BF 5A 27 0 19 CE 52 29
Octal 23 164 277 132 47 0 31 316 122 51
Binary 10011 1110100 10111111 1011010 100111 0 11001 11001110 1010010 101001

Color Harmonies of #1374BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1374BF

Black with #1374BF

Text Example


Text Example

White with #1374BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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