Html Css Color HEX #0011CF Medium Blue

📋 copy color: '#0011CF'

red 0 ◦ green 17 ◦ blue 207

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

Shades of Medium Blue #0011CF

Tints of Medium Blue #0011CF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 7.59%
B = 92.41%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0011CF (or 0x0011CF) is known color: Medium Blue. HEX triplet: 00, 11 and CF. RGB value is (0,17,207). Sum of RGB (Red+Green+Blue) = 0+17+207=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 207 (81.25% from 255 or 92.41% from 224); Max value from RGB is 207 - color contains mainly: blue. Hex color #0011CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0011CF is #FFEE30. Grayscale: #202020. Windows color (decimal): -16772657 or 13570304. OLE color: 13570304.

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

Color convert

RGB 0 17 207 -
CMYK 1 0.92 0 0.19
HSL 235.07º 1% 0.41% -
HSV(B) 235.07º 1% 0.81% -
XYZ 11.46 4.91 59.37 -
YUV 33.58 225.87 104.05 -
System Red Green Blue C M Y K H S L
Decimal 0 17 207 1 0.92 0 0.19 235.07 1 0.41
Hex 0 11 CF 64 5C 0 13 EB 64 29
Octal 0 21 317 144 134 0 23 353 144 51
Binary 0 10001 11001111 1100100 1011100 0 10011 11101011 1100100 101001

Color Harmonies of #0011CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0011CF

Black with #0011CF

Text Example


Text Example

White with #0011CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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