Html Css Color HEX #1818CB Medium Blue

📋 copy color: '#1818CB'

red 24 ◦ green 24 ◦ blue 203

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

Shades of Medium Blue #1818CB

Tints of Medium Blue #1818CB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.56%

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

R = 9.56%
G = 9.56%
B = 80.88%

CMYK

 C value IS 0.88

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1818CB (or 0x1818CB) is known color: Medium Blue. HEX triplet: 18, 18 and CB. RGB value is (24,24,203). Sum of RGB (Red+Green+Blue) = 24+24+203=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 203 (79.69% from 255 or 80.88% from 251); Max value from RGB is 203 - color contains mainly: blue. Hex color #1818CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1818CB is #E7E734. Grayscale: #2B2B2B. Windows color (decimal): -15198005 or 13309976. OLE color: 13309976.

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

Color convert

RGB 24 24 203 -
CMYK 0.88 0.88 0 0.20
HSL 240º 0.79% 0.45% -
HSV(B) 240º 0.88% 0.8% -
XYZ 11.48 5.16 56.89 -
YUV 44.41 217.5 113.45 -
System Red Green Blue C M Y K H S L
Decimal 24 24 203 0.88 0.88 0 0.20 240 0.79 0.45
Hex 18 18 CB 58 58 0 14 F0 4F 2D
Octal 30 30 313 130 130 0 24 360 117 55
Binary 11000 11000 11001011 1011000 1011000 0 10100 11110000 1001111 101101

Color Harmonies of #1818CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1818CB

Black with #1818CB

Text Example


Text Example

White with #1818CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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