Html Css Color HEX #1C0EBD Medium Blue

📋 copy color: '#1C0EBD'

red 28 ◦ green 14 ◦ blue 189

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

Shades of Medium Blue #1C0EBD

Tints of Medium Blue #1C0EBD

RGB

 RED value IS 28 (11.33% from 255) = 12.12%

 GREEN value IS 14 (5.86% from 255) = 6.06%

 BLUE value IS 189 (74.22% from 255) = 81.82%

R = 12.12%
G = 6.06%
B = 81.82%

CMYK

 C value IS 0.85

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1C0EBD (or 0x1C0EBD) is known color: Medium Blue. HEX triplet: 1C, 0E and BD. RGB value is (28,14,189). Sum of RGB (Red+Green+Blue) = 28+14+189=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 189 (74.22% from 255 or 81.82% from 231); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C0EBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C0EBD is #E3F142. Grayscale: #252525. Windows color (decimal): -14938435 or 12389916. OLE color: 12389916.

HSL color Cylindrical-coordinate representation of color #1C0EBD: hue angle of 244.8º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C0EBD is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 28 14 189 -
CMYK 0.85 0.93 0 0.26
HSL 244.8º 0.86% 0.4% -
HSV(B) 244.8º 0.93% 0.74% -
XYZ 9.82 4.24 48.44 -
YUV 38.14 213.14 120.77 -
System Red Green Blue C M Y K H S L
Decimal 28 14 189 0.85 0.93 0 0.26 244.8 0.86 0.4
Hex 1C E BD 55 5D 0 1A F5 56 28
Octal 34 16 275 125 135 0 32 365 126 50
Binary 11100 1110 10111101 1010101 1011101 0 11010 11110101 1010110 101000

Color Harmonies of #1C0EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0EBD

Black with #1C0EBD

Text Example


Text Example

White with #1C0EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C0EBD; }

 p { color: rgb(28,14,189); }

 H1.HeaderClassName
 {
   color: #1C0EBD;
 }
 .AnyTagClassName
 {
   color: #1C0EBD;
 }
</style>

background-color css

<style>
 a { background-color: #1C0EBD; }

 a { background-color: rgb(28,14,189); }

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

border-color css

<style>
 span { border-color: #1C0EBD; }

 span { border-color: rgb(28,14,189); }

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