Html Css Color HEX #1474BE Denim

📋 copy color: '#1474BE'

red 20 ◦ green 116 ◦ blue 190

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

Shades of Denim #1474BE

Tints of Denim #1474BE

RGB

 RED value IS 20 (8.2% from 255) = 6.13%

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

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

R = 6.13%
G = 35.58%
B = 58.28%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1474BE (or 0x1474BE) is known color: Denim. HEX triplet: 14, 74 and BE. RGB value is (20,116,190). Sum of RGB (Red+Green+Blue) = 20+116+190=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #1474BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1474BE is #EB8B41. Grayscale: #5F5F5F. Windows color (decimal): -15436610 or 12481556. OLE color: 12481556.

HSL color Cylindrical-coordinate representation of color #1474BE: hue angle of 206.12º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1474BE is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 116 190 -
CMYK 0.89 0.39 0 0.25
HSL 206.12º 0.81% 0.41% -
HSV(B) 206.12º 0.89% 0.75% -
XYZ 15.83 16.36 51.04 -
YUV 95.73 181.2 73.98 -
System Red Green Blue C M Y K H S L
Decimal 20 116 190 0.89 0.39 0 0.25 206.12 0.81 0.41
Hex 14 74 BE 59 27 0 19 CE 51 29
Octal 24 164 276 131 47 0 31 316 121 51
Binary 10100 1110100 10111110 1011001 100111 0 11001 11001110 1010001 101001

Color Harmonies of #1474BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1474BE

Black with #1474BE

Text Example


Text Example

White with #1474BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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