Html Css Color HEX #010DB2 New Midnight Blue

📋 copy color: '#010DB2'

red 1 ◦ green 13 ◦ blue 178

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

Shades of New Midnight Blue #010DB2

Tints of New Midnight Blue #010DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 92.71%

R = 0.52%
G = 6.77%
B = 92.71%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#010DB2 (or 0x010DB2) is known color: New Midnight Blue. HEX triplet: 01, 0D and B2. RGB value is (1,13,178). Sum of RGB (Red+Green+Blue) = 1+13+178=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 178 (69.92% from 255 or 92.71% from 192); Max value from RGB is 178 - color contains mainly: blue. Hex color #010DB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010DB2 is #FEF24D. Grayscale: #1B1B1B. Windows color (decimal): -16708174 or 11668737. OLE color: 11668737.

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

Color convert

RGB 1 13 178 -
CMYK 0.99 0.93 0 0.30
HSL 235.93º 0.99% 0.35% -
HSV(B) 235.93º 0.99% 0.7% -
XYZ 8.19 3.51 42.36 -
YUV 28.22 212.52 108.58 -
System Red Green Blue C M Y K H S L
Decimal 1 13 178 0.99 0.93 0 0.30 235.93 0.99 0.35
Hex 1 D B2 63 5D 0 1E EC 63 23
Octal 1 15 262 143 135 0 36 354 143 43
Binary 1 1101 10110010 1100011 1011101 0 11110 11101100 1100011 100011

Color Harmonies of #010DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010DB2

Black with #010DB2

Text Example


Text Example

White with #010DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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