Html Css Color HEX #010DBB Medium Blue

📋 copy color: '#010DBB'

red 1 ◦ green 13 ◦ blue 187

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

Shades of Medium Blue #010DBB

Tints of Medium Blue #010DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.47%

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

R = 0.5%
G = 6.47%
B = 93.03%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#010DBB (or 0x010DBB) is known color: Medium Blue. HEX triplet: 01, 0D and BB. RGB value is (1,13,187). Sum of RGB (Red+Green+Blue) = 1+13+187=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 187 (73.44% from 255 or 93.03% from 201); Max value from RGB is 187 - color contains mainly: blue. Hex color #010DBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010DBB is #FEF244. Grayscale: #1C1C1C. Windows color (decimal): -16708165 or 12258561. OLE color: 12258561.

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

Color convert

RGB 1 13 187 -
CMYK 0.99 0.93 0 0.27
HSL 236.13º 0.99% 0.37% -
HSV(B) 236.13º 0.99% 0.73% -
XYZ 9.13 3.88 47.28 -
YUV 29.25 217.02 107.85 -
System Red Green Blue C M Y K H S L
Decimal 1 13 187 0.99 0.93 0 0.27 236.13 0.99 0.37
Hex 1 D BB 63 5D 0 1B EC 63 25
Octal 1 15 273 143 135 0 33 354 143 45
Binary 1 1101 10111011 1100011 1011101 0 11011 11101100 1100011 100101

Color Harmonies of #010DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DBB

Black with #010DBB

Text Example


Text Example

White with #010DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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