#1D13E8

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

Shades of Blue #1D13E8

Tints of Blue #1D13E8

Color information

#1D13E8 (or 0x1D13E8) is unknown color: approx Blue. HEX triplet: 1D, 13 and E8. RGB value is (29,19,232). Sum of RGB (Red+Green+Blue) = 29+19+232=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 232 (91.02% from 255 or 82.86% from 280); Max value from RGB is 232 - color contains mainly: blue. Hex color #1D13E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D13E8 is #E2EC17. Grayscale: #2D2D2D. Windows color (decimal): -14871576 or 15209245. OLE color: 15209245.

HSL color Cylindrical-coordinate representation of color #1D13E8: hue angle of 242.82º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D13E8 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2919232-
CMYK0.880.9200.09
HSL242.82º84.86%49.22%-
HSV(B)242.82º91.81%90.98%-
XYZ15.316.5576.8-
YUV46.27232.81115.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.36%
GREEN value IS 19 (7.81% from 255) = 6.79%
BLUE value IS 232 (91.02% from 255) = 82.86%
R=10.36%
G=6.79%
B=82.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal29192320.880.9200.09242.8284.8649.22
Hex1D13E8585C09f35531
Octal352335013013401136312561
Binary1110110011111010001011000101110001001111100111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D13E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,19,232); }

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

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

 a { background-color: rgb(29,19,232); }

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

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

 span { border-color: rgb(29,19,232); }

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