Html Css Color HEX #010DB7 Medium Blue

📋 copy color: '#010DB7'

red 1 ◦ green 13 ◦ blue 183

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

Shades of Medium Blue #010DB7

Tints of Medium Blue #010DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 92.89%

R = 0.51%
G = 6.6%
B = 92.89%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#010DB7 (or 0x010DB7) is known color: Medium Blue. HEX triplet: 01, 0D and B7. RGB value is (1,13,183). Sum of RGB (Red+Green+Blue) = 1+13+183=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 183 (71.88% from 255 or 92.89% from 197); Max value from RGB is 183 - color contains mainly: blue. Hex color #010DB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #010DB7 is #FEF248. Grayscale: #1C1C1C. Windows color (decimal): -16708169 or 11996417. OLE color: 11996417.

HSL color Cylindrical-coordinate representation of color #010DB7: hue angle of 236.04º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010DB7 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 1 13 183 -
CMYK 0.99 0.93 0 0.28
HSL 236.04º 0.99% 0.36% -
HSV(B) 236.04º 0.99% 0.72% -
XYZ 8.7 3.71 45.06 -
YUV 28.79 215.02 108.18 -
System Red Green Blue C M Y K H S L
Decimal 1 13 183 0.99 0.93 0 0.28 236.04 0.99 0.36
Hex 1 D B7 63 5D 0 1C EC 63 24
Octal 1 15 267 143 135 0 34 354 143 44
Binary 1 1101 10110111 1100011 1011101 0 11100 11101100 1100011 100100

Color Harmonies of #010DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DB7

Black with #010DB7

Text Example


Text Example

White with #010DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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