Html Css Color HEX #010BAE New Midnight Blue

📋 copy color: '#010BAE'

red 1 ◦ green 11 ◦ blue 174

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

Shades of New Midnight Blue #010BAE

Tints of New Midnight Blue #010BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 93.55%

R = 0.54%
G = 5.91%
B = 93.55%

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

#010BAE (or 0x010BAE) is known color: New Midnight Blue. HEX triplet: 01, 0B and AE. RGB value is (1,11,174). Sum of RGB (Red+Green+Blue) = 1+11+174=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 174 (68.36% from 255 or 93.55% from 186); Max value from RGB is 174 - color contains mainly: blue. Hex color #010BAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010BAE is #FEF451. Grayscale: #191919. Windows color (decimal): -16708690 or 11406081. OLE color: 11406081.

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

Color convert

RGB 1 11 174 -
CMYK 0.99 0.94 0 0.32
HSL 236.53º 0.99% 0.34% -
HSV(B) 236.53º 0.99% 0.68% -
XYZ 7.77 3.3 40.27 -
YUV 26.59 211.19 109.75 -
System Red Green Blue C M Y K H S L
Decimal 1 11 174 0.99 0.94 0 0.32 236.53 0.99 0.34
Hex 1 B AE 63 5E 0 20 ED 63 22
Octal 1 13 256 143 136 0 40 355 143 42
Binary 1 1011 10101110 1100011 1011110 0 100000 11101101 1100011 100010

Color Harmonies of #010BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BAE

Black with #010BAE

Text Example


Text Example

White with #010BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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