Html Css Color HEX #010ABB Medium Blue

📋 copy color: '#010ABB'

red 1 ◦ green 10 ◦ blue 187

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

Shades of Medium Blue #010ABB

Tints of Medium Blue #010ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.05%

 BLUE value IS 187 (73.44% from 255) = 94.44%

R = 0.51%
G = 5.05%
B = 94.44%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#010ABB (or 0x010ABB) is known color: Medium Blue. HEX triplet: 01, 0A and BB. RGB value is (1,10,187). Sum of RGB (Red+Green+Blue) = 1+10+187=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 187 (73.44% from 255 or 94.44% from 198); Max value from RGB is 187 - color contains mainly: blue. Hex color #010ABB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010ABB is #FEF544. Grayscale: #1A1A1A. Windows color (decimal): -16708933 or 12257793. OLE color: 12257793.

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

Color convert

RGB 1 10 187 -
CMYK 0.99 0.95 0 0.27
HSL 237.1º 0.99% 0.37% -
HSV(B) 237.1º 0.99% 0.73% -
XYZ 9.09 3.81 47.27 -
YUV 27.49 218.02 109.11 -
System Red Green Blue C M Y K H S L
Decimal 1 10 187 0.99 0.95 0 0.27 237.1 0.99 0.37
Hex 1 A BB 63 5F 0 1B ED 63 25
Octal 1 12 273 143 137 0 33 355 143 45
Binary 1 1010 10111011 1100011 1011111 0 11011 11101101 1100011 100101

Color Harmonies of #010ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010ABB

Black with #010ABB

Text Example


Text Example

White with #010ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,10,187); }

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

background-color css

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

 a { background-color: rgb(1,10,187); }

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

border-color css

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

 span { border-color: rgb(1,10,187); }

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