Html Css Color HEX #010BBC Medium Blue

📋 copy color: '#010BBC'

red 1 ◦ green 11 ◦ blue 188

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

Shades of Medium Blue #010BBC

Tints of Medium Blue #010BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 94%

R = 0.5%
G = 5.5%
B = 94%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#010BBC (or 0x010BBC) is known color: Medium Blue. HEX triplet: 01, 0B and BC. RGB value is (1,11,188). Sum of RGB (Red+Green+Blue) = 1+11+188=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 188 (73.83% from 255 or 94% from 200); Max value from RGB is 188 - color contains mainly: blue. Hex color #010BBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BBC is #FEF443. Grayscale: #1B1B1B. Windows color (decimal): -16708676 or 12323585. OLE color: 12323585.

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

Color convert

RGB 1 11 188 -
CMYK 0.99 0.94 0 0.26
HSL 236.79º 0.99% 0.37% -
HSV(B) 236.79º 0.99% 0.74% -
XYZ 9.21 3.88 47.84 -
YUV 28.19 218.19 108.61 -
System Red Green Blue C M Y K H S L
Decimal 1 11 188 0.99 0.94 0 0.26 236.79 0.99 0.37
Hex 1 B BC 63 5E 0 1A ED 63 25
Octal 1 13 274 143 136 0 32 355 143 45
Binary 1 1011 10111100 1100011 1011110 0 11010 11101101 1100011 100101

Color Harmonies of #010BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BBC

Black with #010BBC

Text Example


Text Example

White with #010BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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