#1D02BA

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

Shades of Medium Blue #1D02BA

Tints of Medium Blue #1D02BA

Color information

#1D02BA (or 0x1D02BA) is unknown color: approx Medium Blue. HEX triplet: 1D, 02 and BA. RGB value is (29,2,186). Sum of RGB (Red+Green+Blue) = 29+2+186=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 186 (73.05% from 255 or 85.71% from 217); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D02BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D02BA is #E2FD45. Grayscale: #1E1E1E. Windows color (decimal): -14875974 or 12190237. OLE color: 12190237.

HSL color Cylindrical-coordinate representation of color #1D02BA: hue angle of 248.8º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D02BA is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB292186-
CMYK0.840.9900.27
HSL248.8º97.87%36.86%-
HSV(B)248.8º98.92%72.94%-
XYZ9.393.8546.7-
YUV31.05215.45126.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.36%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 186 (73.05% from 255) = 85.71%
R=13.36%
G=0.92%
B=85.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2921860.840.9900.27248.897.8736.86
Hex1D2BA546301Bf96225
Octal35227212414303337114245
Binary11101101011101010101001100011011011111110011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D02BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,2,186); }

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

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

 a { background-color: rgb(29,2,186); }

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

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

 span { border-color: rgb(29,2,186); }

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