Html Css Color HEX #010FCB Medium Blue

📋 copy color: '#010FCB'

red 1 ◦ green 15 ◦ blue 203

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

Shades of Medium Blue #010FCB

Tints of Medium Blue #010FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.85%

 BLUE value IS 203 (79.69% from 255) = 92.69%

R = 0.46%
G = 6.85%
B = 92.69%

CMYK

 C value IS 1.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#010FCB (or 0x010FCB) is known color: Medium Blue. HEX triplet: 01, 0F and CB. RGB value is (1,15,203). Sum of RGB (Red+Green+Blue) = 1+15+203=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 203 (79.69% from 255 or 92.69% from 219); Max value from RGB is 203 - color contains mainly: blue. Hex color #010FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010FCB is #FEF034. Grayscale: #1F1F1F. Windows color (decimal): -16707637 or 13307649. OLE color: 13307649.

HSL color Cylindrical-coordinate representation of color #010FCB: hue angle of 235.84º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010FCB is Cyan = 1.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 15 203 -
CMYK 1.00 0.93 0 0.20
HSL 235.84º 0.99% 0.4% -
HSV(B) 235.84º 1% 0.8% -
XYZ 10.96 4.66 56.82 -
YUV 32.25 224.36 105.71 -
System Red Green Blue C M Y K H S L
Decimal 1 15 203 1.00 0.93 0 0.20 235.84 0.99 0.4
Hex 1 F CB 64 5D 0 14 EC 63 28
Octal 1 17 313 144 135 0 24 354 143 50
Binary 1 1111 11001011 1100100 1011101 0 10100 11101100 1100011 101000

Color Harmonies of #010FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FCB

Black with #010FCB

Text Example


Text Example

White with #010FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010FCB; }

 p { color: rgb(1,15,203); }

 H1.HeaderClassName
 {
   color: #010FCB;
 }
 .AnyTagClassName
 {
   color: #010FCB;
 }
</style>

background-color css

<style>
 a { background-color: #010FCB; }

 a { background-color: rgb(1,15,203); }

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

border-color css

<style>
 span { border-color: #010FCB; }

 span { border-color: rgb(1,15,203); }

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