Html Css Color HEX #0111CF Medium Blue

📋 copy color: '#0111CF'

red 1 ◦ green 17 ◦ blue 207

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

Shades of Medium Blue #0111CF

Tints of Medium Blue #0111CF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.56%

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

R = 0.44%
G = 7.56%
B = 92%

CMYK

 C value IS 1.00

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0111CF (or 0x0111CF) is known color: Medium Blue. HEX triplet: 01, 11 and CF. RGB value is (1,17,207). Sum of RGB (Red+Green+Blue) = 1+17+207=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 207 (81.25% from 255 or 92% from 225); Max value from RGB is 207 - color contains mainly: blue. Hex color #0111CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0111CF is #FEEE30. Grayscale: #212121. Windows color (decimal): -16707121 or 13570305. OLE color: 13570305.

HSL color Cylindrical-coordinate representation of color #0111CF: hue angle of 235.34º 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 #0111CF is Cyan = 1.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 17 207 -
CMYK 1.00 0.92 0 0.19
HSL 235.34º 0.99% 0.41% -
HSV(B) 235.34º 1% 0.81% -
XYZ 11.48 4.91 59.37 -
YUV 33.88 225.7 104.55 -
System Red Green Blue C M Y K H S L
Decimal 1 17 207 1.00 0.92 0 0.19 235.34 0.99 0.41
Hex 1 11 CF 64 5C 0 13 EB 63 29
Octal 1 21 317 144 134 0 23 353 143 51
Binary 1 10001 11001111 1100100 1011100 0 10011 11101011 1100011 101001

Color Harmonies of #0111CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0111CF

Black with #0111CF

Text Example


Text Example

White with #0111CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0111CF; }

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

 H1.HeaderClassName
 {
   color: #0111CF;
 }
 .AnyTagClassName
 {
   color: #0111CF;
 }
</style>

background-color css

<style>
 a { background-color: #0111CF; }

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

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

border-color css

<style>
 span { border-color: #0111CF; }

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

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