Html Css Color HEX #010BC7 Medium Blue

📋 copy color: '#010BC7'

red 1 ◦ green 11 ◦ blue 199

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

Shades of Medium Blue #010BC7

Tints of Medium Blue #010BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 94.31%

R = 0.47%
G = 5.21%
B = 94.31%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#010BC7 (or 0x010BC7) is known color: Medium Blue. HEX triplet: 01, 0B and C7. RGB value is (1,11,199). Sum of RGB (Red+Green+Blue) = 1+11+199=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 199 (78.12% from 255 or 94.31% from 211); Max value from RGB is 199 - color contains mainly: blue. Hex color #010BC7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BC7 is #FEF438. Grayscale: #1C1C1C. Windows color (decimal): -16708665 or 13044481. OLE color: 13044481.

HSL color Cylindrical-coordinate representation of color #010BC7: hue angle of 236.97º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010BC7 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 11 199 -
CMYK 0.99 0.94 0 0.22
HSL 236.97º 0.99% 0.39% -
HSV(B) 236.97º 0.99% 0.78% -
XYZ 10.44 4.37 54.33 -
YUV 29.44 223.69 107.71 -
System Red Green Blue C M Y K H S L
Decimal 1 11 199 0.99 0.94 0 0.22 236.97 0.99 0.39
Hex 1 B C7 63 5E 0 16 ED 63 27
Octal 1 13 307 143 136 0 26 355 143 47
Binary 1 1011 11000111 1100011 1011110 0 10110 11101101 1100011 100111

Color Harmonies of #010BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BC7

Black with #010BC7

Text Example


Text Example

White with #010BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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