Html Css Color HEX #1D09BA Medium Blue

📋 copy color: '#1D09BA'

red 29 ◦ green 9 ◦ blue 186

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

Shades of Medium Blue #1D09BA

Tints of Medium Blue #1D09BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

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

R = 12.95%
G = 4.02%
B = 83.04%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D09BA (or 0x1D09BA) is known color: Medium Blue. HEX triplet: 1D, 09 and BA. RGB value is (29,9,186). Sum of RGB (Red+Green+Blue) = 29+9+186=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 186 (73.05% from 255 or 83.04% from 224); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D09BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D09BA is #E2F645. Grayscale: #222222. Windows color (decimal): -14874182 or 12192029. OLE color: 12192029.

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

Color convert

RGB 29 9 186 -
CMYK 0.84 0.95 0 0.27
HSL 246.78º 0.91% 0.38% -
HSV(B) 246.78º 0.95% 0.73% -
XYZ 9.47 4 46.73 -
YUV 35.16 213.13 123.61 -
System Red Green Blue C M Y K H S L
Decimal 29 9 186 0.84 0.95 0 0.27 246.78 0.91 0.38
Hex 1D 9 BA 54 5F 0 1B F7 5B 26
Octal 35 11 272 124 137 0 33 367 133 46
Binary 11101 1001 10111010 1010100 1011111 0 11011 11110111 1011011 100110

Color Harmonies of #1D09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D09BA

Black with #1D09BA

Text Example


Text Example

White with #1D09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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