Html Css Color HEX #1809BB Medium Blue

📋 copy color: '#1809BB'

red 24 ◦ green 9 ◦ blue 187

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

Shades of Medium Blue #1809BB

Tints of Medium Blue #1809BB

RGB

 RED value IS 24 (9.77% from 255) = 10.91%

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

 BLUE value IS 187 (73.44% from 255) = 85%

R = 10.91%
G = 4.09%
B = 85%

CMYK

 C value IS 0.87

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1809BB (or 0x1809BB) is known color: Medium Blue. HEX triplet: 18, 09 and BB. RGB value is (24,9,187). Sum of RGB (Red+Green+Blue) = 24+9+187=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 187 (73.44% from 255 or 85% from 220); Max value from RGB is 187 - color contains mainly: blue. Hex color #1809BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1809BB is #E7F644. Grayscale: #212121. Windows color (decimal): -15201861 or 12257560. OLE color: 12257560.

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

Color convert

RGB 24 9 187 -
CMYK 0.87 0.95 0 0.27
HSL 245.06º 0.91% 0.38% -
HSV(B) 245.06º 0.95% 0.73% -
XYZ 9.44 3.98 47.28 -
YUV 33.78 214.47 121.03 -
System Red Green Blue C M Y K H S L
Decimal 24 9 187 0.87 0.95 0 0.27 245.06 0.91 0.38
Hex 18 9 BB 57 5F 0 1B F5 5B 26
Octal 30 11 273 127 137 0 33 365 133 46
Binary 11000 1001 10111011 1010111 1011111 0 11011 11110101 1011011 100110

Color Harmonies of #1809BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1809BB

Black with #1809BB

Text Example


Text Example

White with #1809BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1809BB; }

 p { color: rgb(24,9,187); }

 H1.HeaderClassName
 {
   color: #1809BB;
 }
 .AnyTagClassName
 {
   color: #1809BB;
 }
</style>

background-color css

<style>
 a { background-color: #1809BB; }

 a { background-color: rgb(24,9,187); }

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

border-color css

<style>
 span { border-color: #1809BB; }

 span { border-color: rgb(24,9,187); }

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