Html Css Color HEX #1813CB Medium Blue

📋 copy color: '#1813CB'

red 24 ◦ green 19 ◦ blue 203

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

Shades of Medium Blue #1813CB

Tints of Medium Blue #1813CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

 BLUE value IS 203 (79.69% from 255) = 82.52%

R = 9.76%
G = 7.72%
B = 82.52%

CMYK

 C value IS 0.88

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1813CB (or 0x1813CB) is known color: Medium Blue. HEX triplet: 18, 13 and CB. RGB value is (24,19,203). Sum of RGB (Red+Green+Blue) = 24+19+203=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 203 (79.69% from 255 or 82.52% from 246); Max value from RGB is 203 - color contains mainly: blue. Hex color #1813CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1813CB is #E7EC34. Grayscale: #282828. Windows color (decimal): -15199285 or 13308696. OLE color: 13308696.

HSL color Cylindrical-coordinate representation of color #1813CB: hue angle of 241.63º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1813CB is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 19 203 -
CMYK 0.88 0.91 0 0.20
HSL 241.63º 0.83% 0.44% -
HSV(B) 241.63º 0.91% 0.8% -
XYZ 11.39 4.97 56.86 -
YUV 41.47 219.16 115.54 -
System Red Green Blue C M Y K H S L
Decimal 24 19 203 0.88 0.91 0 0.20 241.63 0.83 0.44
Hex 18 13 CB 58 5B 0 14 F2 53 2C
Octal 30 23 313 130 133 0 24 362 123 54
Binary 11000 10011 11001011 1011000 1011011 0 10100 11110010 1010011 101100

Color Harmonies of #1813CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1813CB

Black with #1813CB

Text Example


Text Example

White with #1813CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1813CB; }

 p { color: rgb(24,19,203); }

 H1.HeaderClassName
 {
   color: #1813CB;
 }
 .AnyTagClassName
 {
   color: #1813CB;
 }
</style>

background-color css

<style>
 a { background-color: #1813CB; }

 a { background-color: rgb(24,19,203); }

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

border-color css

<style>
 span { border-color: #1813CB; }

 span { border-color: rgb(24,19,203); }

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