Html Css Color HEX #100BCC Medium Blue

📋 copy color: '#100BCC'

red 16 ◦ green 11 ◦ blue 204

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

Shades of Medium Blue #100BCC

Tints of Medium Blue #100BCC

RGB

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

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

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

R = 6.93%
G = 4.76%
B = 88.31%

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

#100BCC (or 0x100BCC) is known color: Medium Blue. HEX triplet: 10, 0B and CC. RGB value is (16,11,204). Sum of RGB (Red+Green+Blue) = 16+11+204=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 204 (80.08% from 255 or 88.31% from 231); Max value from RGB is 204 - color contains mainly: blue. Hex color #100BCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BCC is #EFF433. Grayscale: #212121. Windows color (decimal): -15725620 or 13372176. OLE color: 13372176.

HSL color Cylindrical-coordinate representation of color #100BCC: hue angle of 241.55º 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 #100BCC is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 11 204 -
CMYK 0.92 0.95 0 0.2
HSL 241.55º 0.9% 0.42% -
HSV(B) 241.55º 0.95% 0.8% -
XYZ 11.23 4.71 57.44 -
YUV 34.5 223.66 114.81 -
System Red Green Blue C M Y K H S L
Decimal 16 11 204 0.92 0.95 0 0.2 241.55 0.9 0.42
Hex 10 B CC 5C 5F 0 14 F2 5A 2A
Octal 20 13 314 134 137 0 24 362 132 52
Binary 10000 1011 11001100 1011100 1011111 0 10100 11110010 1011010 101010

Color Harmonies of #100BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100BCC

Black with #100BCC

Text Example


Text Example

White with #100BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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