Html Css Color HEX #010BAD New Midnight Blue

📋 copy color: '#010BAD'

red 1 ◦ green 11 ◦ blue 173

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

Shades of New Midnight Blue #010BAD

Tints of New Midnight Blue #010BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 93.51%

R = 0.54%
G = 5.95%
B = 93.51%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#010BAD (or 0x010BAD) is known color: New Midnight Blue. HEX triplet: 01, 0B and AD. RGB value is (1,11,173). Sum of RGB (Red+Green+Blue) = 1+11+173=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 173 (67.97% from 255 or 93.51% from 185); Max value from RGB is 173 - color contains mainly: blue. Hex color #010BAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010BAD is #FEF452. Grayscale: #191919. Windows color (decimal): -16708691 or 11340545. OLE color: 11340545.

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

Color convert

RGB 1 11 173 -
CMYK 0.99 0.94 0 0.32
HSL 236.51º 0.99% 0.34% -
HSV(B) 236.51º 0.99% 0.68% -
XYZ 7.68 3.26 39.76 -
YUV 26.48 210.69 109.83 -
System Red Green Blue C M Y K H S L
Decimal 1 11 173 0.99 0.94 0 0.32 236.51 0.99 0.34
Hex 1 B AD 63 5E 0 20 ED 63 22
Octal 1 13 255 143 136 0 40 355 143 42
Binary 1 1011 10101101 1100011 1011110 0 100000 11101101 1100011 100010

Color Harmonies of #010BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BAD

Black with #010BAD

Text Example


Text Example

White with #010BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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