Html Css Color HEX #010BC8 Medium Blue

📋 copy color: '#010BC8'

red 1 ◦ green 11 ◦ blue 200

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

Shades of Medium Blue #010BC8

Tints of Medium Blue #010BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 94.34%

R = 0.47%
G = 5.19%
B = 94.34%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#010BC8 (or 0x010BC8) is known color: Medium Blue. HEX triplet: 01, 0B and C8. RGB value is (1,11,200). Sum of RGB (Red+Green+Blue) = 1+11+200=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 200 (78.52% from 255 or 94.34% from 212); Max value from RGB is 200 - color contains mainly: blue. Hex color #010BC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BC8 is #FEF437. Grayscale: #1C1C1C. Windows color (decimal): -16708664 or 13110017. OLE color: 13110017.

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

Color convert

RGB 1 11 200 -
CMYK 1.00 0.94 0 0.22
HSL 236.98º 0.99% 0.39% -
HSV(B) 236.98º 1% 0.78% -
XYZ 10.56 4.42 54.94 -
YUV 29.56 224.19 107.63 -
System Red Green Blue C M Y K H S L
Decimal 1 11 200 1.00 0.94 0 0.22 236.98 0.99 0.39
Hex 1 B C8 64 5E 0 16 ED 63 27
Octal 1 13 310 144 136 0 26 355 143 47
Binary 1 1011 11001000 1100100 1011110 0 10110 11101101 1100011 100111

Color Harmonies of #010BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BC8

Black with #010BC8

Text Example


Text Example

White with #010BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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