Html Css Color HEX #1805BE Medium Blue

📋 copy color: '#1805BE'

red 24 ◦ green 5 ◦ blue 190

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

Shades of Medium Blue #1805BE

Tints of Medium Blue #1805BE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

 BLUE value IS 190 (74.61% from 255) = 86.76%

R = 10.96%
G = 2.28%
B = 86.76%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1805BE (or 0x1805BE) is known color: Medium Blue. HEX triplet: 18, 05 and BE. RGB value is (24,5,190). Sum of RGB (Red+Green+Blue) = 24+5+190=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 190 (74.61% from 255 or 86.76% from 219); Max value from RGB is 190 - color contains mainly: blue. Hex color #1805BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1805BE is #E7FA41. Grayscale: #1F1F1F. Windows color (decimal): -15202882 or 12453144. OLE color: 12453144.

HSL color Cylindrical-coordinate representation of color #1805BE: hue angle of 246.16º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1805BE is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 5 190 -
CMYK 0.87 0.97 0 0.25
HSL 246.16º 0.95% 0.38% -
HSV(B) 246.16º 0.97% 0.75% -
XYZ 9.73 4.02 48.98 -
YUV 31.77 217.29 122.46 -
System Red Green Blue C M Y K H S L
Decimal 24 5 190 0.87 0.97 0 0.25 246.16 0.95 0.38
Hex 18 5 BE 57 61 0 19 F6 5F 26
Octal 30 5 276 127 141 0 31 366 137 46
Binary 11000 101 10111110 1010111 1100001 0 11001 11110110 1011111 100110

Color Harmonies of #1805BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1805BE

Black with #1805BE

Text Example


Text Example

White with #1805BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1805BE; }

 p { color: rgb(24,5,190); }

 H1.HeaderClassName
 {
   color: #1805BE;
 }
 .AnyTagClassName
 {
   color: #1805BE;
 }
</style>

background-color css

<style>
 a { background-color: #1805BE; }

 a { background-color: rgb(24,5,190); }

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

border-color css

<style>
 span { border-color: #1805BE; }

 span { border-color: rgb(24,5,190); }

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