Html Css Color HEX #011CCF Medium Blue

📋 copy color: '#011CCF'

red 1 ◦ green 28 ◦ blue 207

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

Shades of Medium Blue #011CCF

Tints of Medium Blue #011CCF

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

 GREEN value IS 28 (11.33% from 255) = 11.86%

 BLUE value IS 207 (81.25% from 255) = 87.71%

R = 0.42%
G = 11.86%
B = 87.71%

CMYK

 C value IS 1.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#011CCF (or 0x011CCF) is known color: Medium Blue. HEX triplet: 01, 1C and CF. RGB value is (1,28,207). Sum of RGB (Red+Green+Blue) = 1+28+207=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 207 (81.25% from 255 or 87.71% from 236); Max value from RGB is 207 - color contains mainly: blue. Hex color #011CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011CCF is #FEE330. Grayscale: #272727. Windows color (decimal): -16704305 or 13573121. OLE color: 13573121.

HSL color Cylindrical-coordinate representation of color #011CCF: hue angle of 232.14º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011CCF is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 28 207 -
CMYK 1.00 0.86 0 0.19
HSL 232.14º 0.99% 0.41% -
HSV(B) 232.14º 1% 0.81% -
XYZ 11.69 5.34 59.45 -
YUV 40.33 222.05 99.95 -
System Red Green Blue C M Y K H S L
Decimal 1 28 207 1.00 0.86 0 0.19 232.14 0.99 0.41
Hex 1 1C CF 64 56 0 13 E8 63 29
Octal 1 34 317 144 126 0 23 350 143 51
Binary 1 11100 11001111 1100100 1010110 0 10011 11101000 1100011 101001

Color Harmonies of #011CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011CCF

Black with #011CCF

Text Example


Text Example

White with #011CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011CCF; }

 p { color: rgb(1,28,207); }

 H1.HeaderClassName
 {
   color: #011CCF;
 }
 .AnyTagClassName
 {
   color: #011CCF;
 }
</style>

background-color css

<style>
 a { background-color: #011CCF; }

 a { background-color: rgb(1,28,207); }

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

border-color css

<style>
 span { border-color: #011CCF; }

 span { border-color: rgb(1,28,207); }

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