#1E67CF

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

Shades of Denim #1E67CF

Tints of Denim #1E67CF

Color information

#1E67CF (or 0x1E67CF) is unknown color: approx Denim. HEX triplet: 1E, 67 and CF. RGB value is (30,103,207). Sum of RGB (Red+Green+Blue) = 30+103+207=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E67CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E67CF is #E19830. Grayscale: #5C5C5C. Windows color (decimal): -14784561 or 13592350. OLE color: 13592350.

HSL color Cylindrical-coordinate representation of color #1E67CF: hue angle of 215.25º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E67CF is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB30103207-
CMYK0.860.5000.19
HSL215.25º74.68%46.47%-
HSV(B)215.25º85.51%81.18%-
XYZ16.6514.4860.95-
YUV93.03192.3283.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.82%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 207 (81.25% from 255) = 60.88%
R=8.82%
G=30.29%
B=60.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal301032070.860.5000.19215.2574.6846.47
Hex1E67CF5632013d74b2e
Octal361473171266202332711356
Binary111101100111110011111010110110010010011110101111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E67CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E67CF; }

 p { color: rgb(30,103,207); }

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

<style>
 a { background-color: #1E67CF; }

 a { background-color: rgb(30,103,207); }

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

<style>
 span { border-color: #1E67CF; }

 span { border-color: rgb(30,103,207); }

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