Html Css Color HEX #1807BB Medium Blue

📋 copy color: '#1807BB'

red 24 ◦ green 7 ◦ blue 187

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

Shades of Medium Blue #1807BB

Tints of Medium Blue #1807BB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.21%

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

R = 11.01%
G = 3.21%
B = 85.78%

CMYK

 C value IS 0.87

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1807BB (or 0x1807BB) is known color: Medium Blue. HEX triplet: 18, 07 and BB. RGB value is (24,7,187). Sum of RGB (Red+Green+Blue) = 24+7+187=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 187 (73.44% from 255 or 85.78% from 218); Max value from RGB is 187 - color contains mainly: blue. Hex color #1807BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1807BB is #E7F844. Grayscale: #1F1F1F. Windows color (decimal): -15202373 or 12257048. OLE color: 12257048.

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

Color convert

RGB 24 7 187 -
CMYK 0.87 0.96 0 0.27
HSL 245.67º 0.93% 0.38% -
HSV(B) 245.67º 0.96% 0.73% -
XYZ 9.42 3.93 47.28 -
YUV 32.6 215.13 121.86 -
System Red Green Blue C M Y K H S L
Decimal 24 7 187 0.87 0.96 0 0.27 245.67 0.93 0.38
Hex 18 7 BB 57 60 0 1B F6 5D 26
Octal 30 7 273 127 140 0 33 366 135 46
Binary 11000 111 10111011 1010111 1100000 0 11011 11110110 1011101 100110

Color Harmonies of #1807BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1807BB

Black with #1807BB

Text Example


Text Example

White with #1807BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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