Html Css Color HEX #1001CF Medium Blue

📋 copy color: '#1001CF'

red 16 ◦ green 1 ◦ blue 207

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

Shades of Medium Blue #1001CF

Tints of Medium Blue #1001CF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 7.14%
G = 0.45%
B = 92.41%

CMYK

 C value IS 0.92

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1001CF (or 0x1001CF) is known color: Medium Blue. HEX triplet: 10, 01 and CF. RGB value is (16,1,207). Sum of RGB (Red+Green+Blue) = 16+1+207=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 1 (0.78% from 255 or 0.45% 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 #1001CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1001CF is #EFFE30. Grayscale: #1C1C1C. Windows color (decimal): -15728177 or 13566224. OLE color: 13566224.

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

Color convert

RGB 16 1 207 -
CMYK 0.92 1.00 0 0.19
HSL 244.37º 0.99% 0.41% -
HSV(B) 244.37º 1% 0.81% -
XYZ 11.49 4.64 59.32 -
YUV 28.97 228.47 118.75 -
System Red Green Blue C M Y K H S L
Decimal 16 1 207 0.92 1.00 0 0.19 244.37 0.99 0.41
Hex 10 1 CF 5C 64 0 13 F4 63 29
Octal 20 1 317 134 144 0 23 364 143 51
Binary 10000 1 11001111 1011100 1100100 0 10011 11110100 1100011 101001

Color Harmonies of #1001CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1001CF

Black with #1001CF

Text Example


Text Example

White with #1001CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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