Html Css Color HEX #1C10BB Medium Blue

📋 copy color: '#1C10BB'

red 28 ◦ green 16 ◦ blue 187

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

Shades of Medium Blue #1C10BB

Tints of Medium Blue #1C10BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.93%

 BLUE value IS 187 (73.44% from 255) = 80.95%

R = 12.12%
G = 6.93%
B = 80.95%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1C10BB (or 0x1C10BB) is known color: Medium Blue. HEX triplet: 1C, 10 and BB. RGB value is (28,16,187). Sum of RGB (Red+Green+Blue) = 28+16+187=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #1C10BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C10BB is #E3EF44. Grayscale: #262626. Windows color (decimal): -14937925 or 12259356. OLE color: 12259356.

HSL color Cylindrical-coordinate representation of color #1C10BB: hue angle of 244.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C10BB is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 16 187 -
CMYK 0.85 0.91 0 0.27
HSL 244.21º 0.84% 0.4% -
HSV(B) 244.21º 0.91% 0.73% -
XYZ 9.63 4.21 47.32 -
YUV 39.08 211.48 120.1 -
System Red Green Blue C M Y K H S L
Decimal 28 16 187 0.85 0.91 0 0.27 244.21 0.84 0.4
Hex 1C 10 BB 55 5B 0 1B F4 54 28
Octal 34 20 273 125 133 0 33 364 124 50
Binary 11100 10000 10111011 1010101 1011011 0 11011 11110100 1010100 101000

Color Harmonies of #1C10BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C10BB

Black with #1C10BB

Text Example


Text Example

White with #1C10BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,16,187); }

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

background-color css

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

 a { background-color: rgb(28,16,187); }

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

border-color css

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

 span { border-color: rgb(28,16,187); }

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