Html Css Color HEX #1D06BA Medium Blue

📋 copy color: '#1D06BA'

red 29 ◦ green 6 ◦ blue 186

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

Shades of Medium Blue #1D06BA

Tints of Medium Blue #1D06BA

RGB

 RED value IS 29 (11.72% from 255) = 13.12%

 GREEN value IS 6 (2.73% from 255) = 2.71%

 BLUE value IS 186 (73.05% from 255) = 84.16%

R = 13.12%
G = 2.71%
B = 84.16%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D06BA (or 0x1D06BA) is known color: Medium Blue. HEX triplet: 1D, 06 and BA. RGB value is (29,6,186). Sum of RGB (Red+Green+Blue) = 29+6+186=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D06BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D06BA is #E2F945. Grayscale: #202020. Windows color (decimal): -14874950 or 12191261. OLE color: 12191261.

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

Color convert

RGB 29 6 186 -
CMYK 0.84 0.97 0 0.27
HSL 247.67º 0.94% 0.38% -
HSV(B) 247.67º 0.97% 0.73% -
XYZ 9.43 3.94 46.72 -
YUV 33.4 214.12 124.86 -
System Red Green Blue C M Y K H S L
Decimal 29 6 186 0.84 0.97 0 0.27 247.67 0.94 0.38
Hex 1D 6 BA 54 61 0 1B F8 5E 26
Octal 35 6 272 124 141 0 33 370 136 46
Binary 11101 110 10111010 1010100 1100001 0 11011 11111000 1011110 100110

Color Harmonies of #1D06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D06BA

Black with #1D06BA

Text Example


Text Example

White with #1D06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D06BA;
 }
 .AnyTagClassName
 {
   color: #1D06BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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