Html Css Color HEX #1367AE Denim

📋 copy color: '#1367AE'

red 19 ◦ green 103 ◦ blue 174

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

Shades of Denim #1367AE

Tints of Denim #1367AE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.8%

 BLUE value IS 174 (68.36% from 255) = 58.78%

R = 6.42%
G = 34.8%
B = 58.78%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1367AE (or 0x1367AE) is known color: Denim. HEX triplet: 13, 67 and AE. RGB value is (19,103,174). Sum of RGB (Red+Green+Blue) = 19+103+174=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #1367AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1367AE is #EC9851. Grayscale: #555555. Windows color (decimal): -15505490 or 11429651. OLE color: 11429651.

HSL color Cylindrical-coordinate representation of color #1367AE: hue angle of 207.48º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1367AE is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 103 174 -
CMYK 0.89 0.41 0 0.32
HSL 207.48º 0.8% 0.38% -
HSV(B) 207.48º 0.89% 0.68% -
XYZ 12.76 12.89 41.86 -
YUV 85.98 177.67 80.23 -
System Red Green Blue C M Y K H S L
Decimal 19 103 174 0.89 0.41 0 0.32 207.48 0.8 0.38
Hex 13 67 AE 59 29 0 20 CF 50 26
Octal 23 147 256 131 51 0 40 317 120 46
Binary 10011 1100111 10101110 1011001 101001 0 100000 11001111 1010000 100110

Color Harmonies of #1367AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1367AE

Black with #1367AE

Text Example


Text Example

White with #1367AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1367AE; }

 p { color: rgb(19,103,174); }

 H1.HeaderClassName
 {
   color: #1367AE;
 }
 .AnyTagClassName
 {
   color: #1367AE;
 }
</style>

background-color css

<style>
 a { background-color: #1367AE; }

 a { background-color: rgb(19,103,174); }

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

border-color css

<style>
 span { border-color: #1367AE; }

 span { border-color: rgb(19,103,174); }

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