Html Css Color HEX #1B09BD Medium Blue

📋 copy color: '#1B09BD'

red 27 ◦ green 9 ◦ blue 189

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

Shades of Medium Blue #1B09BD

Tints of Medium Blue #1B09BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 84%

R = 12%
G = 4%
B = 84%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1B09BD (or 0x1B09BD) is known color: Medium Blue. HEX triplet: 1B, 09 and BD. RGB value is (27,9,189). Sum of RGB (Red+Green+Blue) = 27+9+189=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 189 (74.22% from 255 or 84% from 225); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B09BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B09BD is #E4F642. Grayscale: #222222. Windows color (decimal): -15005251 or 12388635. OLE color: 12388635.

HSL color Cylindrical-coordinate representation of color #1B09BD: hue angle of 246º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B09BD is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 9 189 -
CMYK 0.86 0.95 0 0.26
HSL 246º 0.91% 0.39% -
HSV(B) 246º 0.95% 0.74% -
XYZ 9.73 4.1 48.42 -
YUV 34.9 214.96 122.36 -
System Red Green Blue C M Y K H S L
Decimal 27 9 189 0.86 0.95 0 0.26 246 0.91 0.39
Hex 1B 9 BD 56 5F 0 1A F6 5B 27
Octal 33 11 275 126 137 0 32 366 133 47
Binary 11011 1001 10111101 1010110 1011111 0 11010 11110110 1011011 100111

Color Harmonies of #1B09BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B09BD

Black with #1B09BD

Text Example


Text Example

White with #1B09BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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