Html Css Color HEX #010BBA Medium Blue

📋 copy color: '#010BBA'

red 1 ◦ green 11 ◦ blue 186

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

Shades of Medium Blue #010BBA

Tints of Medium Blue #010BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 93.94%

R = 0.51%
G = 5.56%
B = 93.94%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#010BBA (or 0x010BBA) is known color: Medium Blue. HEX triplet: 01, 0B and BA. RGB value is (1,11,186). Sum of RGB (Red+Green+Blue) = 1+11+186=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 186 (73.05% from 255 or 93.94% from 198); Max value from RGB is 186 - color contains mainly: blue. Hex color #010BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010BBA is #FEF445. Grayscale: #1B1B1B. Windows color (decimal): -16708678 or 12192513. OLE color: 12192513.

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

Color convert

RGB 1 11 186 -
CMYK 0.99 0.94 0 0.27
HSL 236.76º 0.99% 0.37% -
HSV(B) 236.76º 0.99% 0.73% -
XYZ 9 3.79 46.71 -
YUV 27.96 217.19 108.77 -
System Red Green Blue C M Y K H S L
Decimal 1 11 186 0.99 0.94 0 0.27 236.76 0.99 0.37
Hex 1 B BA 63 5E 0 1B ED 63 25
Octal 1 13 272 143 136 0 33 355 143 45
Binary 1 1011 10111010 1100011 1011110 0 11011 11101101 1100011 100101

Color Harmonies of #010BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BBA

Black with #010BBA

Text Example


Text Example

White with #010BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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