Html Css Color HEX #1367AF Denim

📋 copy color: '#1367AF'

red 19 ◦ green 103 ◦ blue 175

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

Shades of Denim #1367AF

Tints of Denim #1367AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.92%

R = 6.4%
G = 34.68%
B = 58.92%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1367AF (or 0x1367AF) is known color: Denim. HEX triplet: 13, 67 and AF. RGB value is (19,103,175). Sum of RGB (Red+Green+Blue) = 19+103+175=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #1367AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1367AF is #EC9850. Grayscale: #555555. Windows color (decimal): -15505489 or 11495187. OLE color: 11495187.

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

Color convert

RGB 19 103 175 -
CMYK 0.89 0.41 0 0.31
HSL 207.69º 0.8% 0.38% -
HSV(B) 207.69º 0.89% 0.69% -
XYZ 12.86 12.93 42.38 -
YUV 86.09 178.17 80.15 -
System Red Green Blue C M Y K H S L
Decimal 19 103 175 0.89 0.41 0 0.31 207.69 0.8 0.38
Hex 13 67 AF 59 29 0 1F D0 50 26
Octal 23 147 257 131 51 0 37 320 120 46
Binary 10011 1100111 10101111 1011001 101001 0 11111 11010000 1010000 100110

Color Harmonies of #1367AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1367AF

Black with #1367AF

Text Example


Text Example

White with #1367AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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