#1362A4

Color #1362A4 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1362A4

Tints of Denim #1362A4

Color information

#1362A4 (or 0x1362A4) is unknown color: approx Denim. HEX triplet: 13, 62 and A4. RGB value is (19,98,164). Sum of RGB (Red+Green+Blue) = 19+98+164=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 164 (64.45% from 255 or 58.36% from 281); Max value from RGB is 164 - color contains mainly: blue. Hex color #1362A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1362A4 is #EC9D5B. Grayscale: #515151. Windows color (decimal): -15506780 or 10773011. OLE color: 10773011.

HSL color Cylindrical-coordinate representation of color #1362A4: hue angle of 207.31º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1362A4 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1998164-
CMYK0.880.4000.36
HSL207.31º79.23%35.88%-
HSV(B)207.31º88.41%64.31%-
XYZ11.3411.5536.75-
YUV81.9174.3383.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.76%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 164 (64.45% from 255) = 58.36%
R=6.76%
G=34.88%
B=58.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal19981640.880.4000.36207.3179.2335.88
Hex1362A45828024cf4f24
Octal231422441305004431711744
Binary1001111000101010010010110001010000100100110011111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1362A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1362A4; }

 p { color: rgb(19,98,164); }

 H1.HeaderClassName
 {
   color: #1362A4;
 }
 .AnyTagClassName
 {
   color: #1362A4;
 }
</style>
background-color css

<style>
 a { background-color: #1362A4; }

 a { background-color: rgb(19,98,164); }

 div.DivClassName
 {
   background-color: #1362A4;
 }
 .BgClassName
 {
   background-color: #1362A4;
 }
</style>
border-color css

<style>
 span { border-color: #1362A4; }

 span { border-color: rgb(19,98,164); }

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