Html Css Color HEX #1B09BA Medium Blue

📋 copy color: '#1B09BA'

red 27 ◦ green 9 ◦ blue 186

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

Shades of Medium Blue #1B09BA

Tints of Medium Blue #1B09BA

RGB

 RED value IS 27 (10.94% from 255) = 12.16%

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

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

R = 12.16%
G = 4.05%
B = 83.78%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1B09BA (or 0x1B09BA) is known color: Medium Blue. HEX triplet: 1B, 09 and BA. RGB value is (27,9,186). Sum of RGB (Red+Green+Blue) = 27+9+186=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B09BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B09BA is #E4F645. Grayscale: #212121. Windows color (decimal): -15005254 or 12192027. OLE color: 12192027.

HSL color Cylindrical-coordinate representation of color #1B09BA: hue angle of 246.1º 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 #1B09BA is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 27 9 186 -
CMYK 0.85 0.95 0 0.27
HSL 246.1º 0.91% 0.38% -
HSV(B) 246.1º 0.95% 0.73% -
XYZ 9.41 3.97 46.73 -
YUV 34.56 213.46 122.61 -
System Red Green Blue C M Y K H S L
Decimal 27 9 186 0.85 0.95 0 0.27 246.1 0.91 0.38
Hex 1B 9 BA 55 5F 0 1B F6 5B 26
Octal 33 11 272 125 137 0 33 366 133 46
Binary 11011 1001 10111010 1010101 1011111 0 11011 11110110 1011011 100110

Color Harmonies of #1B09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B09BA

Black with #1B09BA

Text Example


Text Example

White with #1B09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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