Html Css Color HEX #110BCC Medium Blue

📋 copy color: '#110BCC'

red 17 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #110BCC

Tints of Medium Blue #110BCC

RGB

 RED value IS 17 (7.03% from 255) = 7.33%

 GREEN value IS 11 (4.69% from 255) = 4.74%

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

R = 7.33%
G = 4.74%
B = 87.93%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#110BCC (or 0x110BCC) is known color: Medium Blue. HEX triplet: 11, 0B and CC. RGB value is (17,11,204). Sum of RGB (Red+Green+Blue) = 17+11+204=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 204 (80.08% from 255 or 87.93% from 232); Max value from RGB is 204 - color contains mainly: blue. Hex color #110BCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110BCC is #EEF433. Grayscale: #222222. Windows color (decimal): -15660084 or 13372177. OLE color: 13372177.

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

Color convert

RGB 17 11 204 -
CMYK 0.92 0.95 0 0.2
HSL 241.87º 0.9% 0.42% -
HSV(B) 241.87º 0.95% 0.8% -
XYZ 11.25 4.72 57.44 -
YUV 34.8 223.49 115.31 -
System Red Green Blue C M Y K H S L
Decimal 17 11 204 0.92 0.95 0 0.2 241.87 0.9 0.42
Hex 11 B CC 5C 5F 0 14 F2 5A 2A
Octal 21 13 314 134 137 0 24 362 132 52
Binary 10001 1011 11001100 1011100 1011111 0 10100 11110010 1011010 101010

Color Harmonies of #110BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110BCC

Black with #110BCC

Text Example


Text Example

White with #110BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110BCC; }

 p { color: rgb(17,11,204); }

 H1.HeaderClassName
 {
   color: #110BCC;
 }
 .AnyTagClassName
 {
   color: #110BCC;
 }
</style>

background-color css

<style>
 a { background-color: #110BCC; }

 a { background-color: rgb(17,11,204); }

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

border-color css

<style>
 span { border-color: #110BCC; }

 span { border-color: rgb(17,11,204); }

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