Html Css Color HEX #1800CB Medium Blue

📋 copy color: '#1800CB'

red 24 ◦ green 0 ◦ blue 203

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

Shades of Medium Blue #1800CB

Tints of Medium Blue #1800CB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 10.57%
G = 0%
B = 89.43%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1800CB (or 0x1800CB) is known color: Medium Blue. HEX triplet: 18, 00 and CB. RGB value is (24,0,203). Sum of RGB (Red+Green+Blue) = 24+0+203=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 203 (79.69% from 255 or 89.43% from 227); Max value from RGB is 203 - color contains mainly: blue. Hex color #1800CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1800CB is #E7FF34. Grayscale: #1D1D1D. Windows color (decimal): -15204149 or 13303832. OLE color: 13303832.

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

Color convert

RGB 24 0 203 -
CMYK 0.88 1 0 0.20
HSL 247.09º 1% 0.4% -
HSV(B) 247.09º 1% 0.8% -
XYZ 11.16 4.51 56.78 -
YUV 30.32 225.45 123.49 -
System Red Green Blue C M Y K H S L
Decimal 24 0 203 0.88 1 0 0.20 247.09 1 0.4
Hex 18 0 CB 58 64 0 14 F7 64 28
Octal 30 0 313 130 144 0 24 367 144 50
Binary 11000 0 11001011 1011000 1100100 0 10100 11110111 1100100 101000

Color Harmonies of #1800CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1800CB

Black with #1800CB

Text Example


Text Example

White with #1800CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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