Html Css Color HEX #1819CB Medium Blue

📋 copy color: '#1819CB'

red 24 ◦ green 25 ◦ blue 203

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

Shades of Medium Blue #1819CB

Tints of Medium Blue #1819CB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

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

R = 9.52%
G = 9.92%
B = 80.56%

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

#1819CB (or 0x1819CB) is known color: Medium Blue. HEX triplet: 18, 19 and CB. RGB value is (24,25,203). Sum of RGB (Red+Green+Blue) = 24+25+203=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 203 (79.69% from 255 or 80.56% from 252); Max value from RGB is 203 - color contains mainly: blue. Hex color #1819CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1819CB is #E7E634. Grayscale: #2C2C2C. Windows color (decimal): -15197749 or 13310232. OLE color: 13310232.

HSL color Cylindrical-coordinate representation of color #1819CB: hue angle of 239.66º 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 #1819CB is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 25 203 -
CMYK 0.88 0.88 0 0.20
HSL 239.66º 0.79% 0.45% -
HSV(B) 239.66º 0.88% 0.8% -
XYZ 11.5 5.2 56.9 -
YUV 44.99 217.17 113.03 -
System Red Green Blue C M Y K H S L
Decimal 24 25 203 0.88 0.88 0 0.20 239.66 0.79 0.45
Hex 18 19 CB 58 58 0 14 F0 4F 2D
Octal 30 31 313 130 130 0 24 360 117 55
Binary 11000 11001 11001011 1011000 1011000 0 10100 11110000 1001111 101101

Color Harmonies of #1819CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1819CB

Black with #1819CB

Text Example


Text Example

White with #1819CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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