Html Css Color HEX #010BCF Medium Blue

📋 copy color: '#010BCF'

red 1 ◦ green 11 ◦ blue 207

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

Shades of Medium Blue #010BCF

Tints of Medium Blue #010BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.02%

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

R = 0.46%
G = 5.02%
B = 94.52%

CMYK

 C value IS 1.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#010BCF (or 0x010BCF) is known color: Medium Blue. HEX triplet: 01, 0B and CF. RGB value is (1,11,207). Sum of RGB (Red+Green+Blue) = 1+11+207=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 207 (81.25% from 255 or 94.52% from 219); Max value from RGB is 207 - color contains mainly: blue. Hex color #010BCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BCF is #FEF430. Grayscale: #1D1D1D. Windows color (decimal): -16708657 or 13568769. OLE color: 13568769.

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

Color convert

RGB 1 11 207 -
CMYK 1.00 0.95 0 0.19
HSL 237.09º 0.99% 0.41% -
HSV(B) 237.09º 1% 0.81% -
XYZ 11.39 4.75 59.35 -
YUV 30.35 227.69 107.06 -
System Red Green Blue C M Y K H S L
Decimal 1 11 207 1.00 0.95 0 0.19 237.09 0.99 0.41
Hex 1 B CF 64 5F 0 13 ED 63 29
Octal 1 13 317 144 137 0 23 355 143 51
Binary 1 1011 11001111 1100100 1011111 0 10011 11101101 1100011 101001

Color Harmonies of #010BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BCF

Black with #010BCF

Text Example


Text Example

White with #010BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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