Html Css Color HEX #1809CC Medium Blue

📋 copy color: '#1809CC'

red 24 ◦ green 9 ◦ blue 204

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

Shades of Medium Blue #1809CC

Tints of Medium Blue #1809CC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

 BLUE value IS 204 (80.08% from 255) = 86.08%

R = 10.13%
G = 3.8%
B = 86.08%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1809CC (or 0x1809CC) is known color: Medium Blue. HEX triplet: 18, 09 and CC. RGB value is (24,9,204). Sum of RGB (Red+Green+Blue) = 24+9+204=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 204 (80.08% from 255 or 86.08% from 237); Max value from RGB is 204 - color contains mainly: blue. Hex color #1809CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1809CC is #E7F633. Grayscale: #222222. Windows color (decimal): -15201844 or 13371672. OLE color: 13371672.

HSL color Cylindrical-coordinate representation of color #1809CC: hue angle of 244.62º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1809CC is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 9 204 -
CMYK 0.88 0.96 0 0.2
HSL 244.62º 0.92% 0.42% -
HSV(B) 244.62º 0.96% 0.8% -
XYZ 11.37 4.75 57.44 -
YUV 35.72 222.97 119.64 -
System Red Green Blue C M Y K H S L
Decimal 24 9 204 0.88 0.96 0 0.2 244.62 0.92 0.42
Hex 18 9 CC 58 60 0 14 F5 5C 2A
Octal 30 11 314 130 140 0 24 365 134 52
Binary 11000 1001 11001100 1011000 1100000 0 10100 11110101 1011100 101010

Color Harmonies of #1809CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1809CC

Black with #1809CC

Text Example


Text Example

White with #1809CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1809CC; }

 p { color: rgb(24,9,204); }

 H1.HeaderClassName
 {
   color: #1809CC;
 }
 .AnyTagClassName
 {
   color: #1809CC;
 }
</style>

background-color css

<style>
 a { background-color: #1809CC; }

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

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

border-color css

<style>
 span { border-color: #1809CC; }

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

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