Html Css Color HEX #1801BB Medium Blue

📋 copy color: '#1801BB'

red 24 ◦ green 1 ◦ blue 187

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

Shades of Medium Blue #1801BB

Tints of Medium Blue #1801BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 11.32%
G = 0.47%
B = 88.21%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1801BB (or 0x1801BB) is known color: Medium Blue. HEX triplet: 18, 01 and BB. RGB value is (24,1,187). Sum of RGB (Red+Green+Blue) = 24+1+187=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 187 (73.44% from 255 or 88.21% from 212); Max value from RGB is 187 - color contains mainly: blue. Hex color #1801BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1801BB is #E7FE44. Grayscale: #1C1C1C. Windows color (decimal): -15203909 or 12255512. OLE color: 12255512.

HSL color Cylindrical-coordinate representation of color #1801BB: hue angle of 247.42º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1801BB is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 1 187 -
CMYK 0.87 0.99 0 0.27
HSL 247.42º 0.99% 0.37% -
HSV(B) 247.42º 0.99% 0.73% -
XYZ 9.36 3.8 47.25 -
YUV 29.08 217.12 124.38 -
System Red Green Blue C M Y K H S L
Decimal 24 1 187 0.87 0.99 0 0.27 247.42 0.99 0.37
Hex 18 1 BB 57 63 0 1B F7 63 25
Octal 30 1 273 127 143 0 33 367 143 45
Binary 11000 1 10111011 1010111 1100011 0 11011 11110111 1100011 100101

Color Harmonies of #1801BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1801BB

Black with #1801BB

Text Example


Text Example

White with #1801BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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