Html Css Color HEX #1C00BE Medium Blue

📋 copy color: '#1C00BE'

red 28 ◦ green 0 ◦ blue 190

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

Shades of Medium Blue #1C00BE

Tints of Medium Blue #1C00BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 87.16%

R = 12.84%
G = 0%
B = 87.16%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1C00BE (or 0x1C00BE) is known color: Medium Blue. HEX triplet: 1C, 00 and BE. RGB value is (28,0,190). Sum of RGB (Red+Green+Blue) = 28+0+190=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 190 (74.61% from 255 or 87.16% from 218); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C00BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C00BE is #E3FF41. Grayscale: #1D1D1D. Windows color (decimal): -14942018 or 12451868. OLE color: 12451868.

HSL color Cylindrical-coordinate representation of color #1C00BE: hue angle of 248.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C00BE is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 0 190 -
CMYK 0.85 1 0 0.25
HSL 248.84º 1% 0.37% -
HSV(B) 248.84º 1% 0.75% -
XYZ 9.77 3.96 48.97 -
YUV 30.03 218.28 126.55 -
System Red Green Blue C M Y K H S L
Decimal 28 0 190 0.85 1 0 0.25 248.84 1 0.37
Hex 1C 0 BE 55 64 0 19 F9 64 25
Octal 34 0 276 125 144 0 31 371 144 45
Binary 11100 0 10111110 1010101 1100100 0 11001 11111001 1100100 100101

Color Harmonies of #1C00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C00BE

Black with #1C00BE

Text Example


Text Example

White with #1C00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,0,190); }

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

background-color css

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

 a { background-color: rgb(28,0,190); }

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

border-color css

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

 span { border-color: rgb(28,0,190); }

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