Html Css Color HEX #010BAC New Midnight Blue

📋 copy color: '#010BAC'

red 1 ◦ green 11 ◦ blue 172

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

Shades of New Midnight Blue #010BAC

Tints of New Midnight Blue #010BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 93.48%

R = 0.54%
G = 5.98%
B = 93.48%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#010BAC (or 0x010BAC) is known color: New Midnight Blue. HEX triplet: 01, 0B and AC. RGB value is (1,11,172). Sum of RGB (Red+Green+Blue) = 1+11+172=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 172 (67.58% from 255 or 93.48% from 184); Max value from RGB is 172 - color contains mainly: blue. Hex color #010BAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010BAC is #FEF453. Grayscale: #191919. Windows color (decimal): -16708692 or 11275009. OLE color: 11275009.

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

Color convert

RGB 1 11 172 -
CMYK 0.99 0.94 0 0.33
HSL 236.49º 0.99% 0.34% -
HSV(B) 236.49º 0.99% 0.67% -
XYZ 7.58 3.22 39.25 -
YUV 26.36 210.19 109.91 -
System Red Green Blue C M Y K H S L
Decimal 1 11 172 0.99 0.94 0 0.33 236.49 0.99 0.34
Hex 1 B AC 63 5E 0 21 EC 63 22
Octal 1 13 254 143 136 0 41 354 143 42
Binary 1 1011 10101100 1100011 1011110 0 100001 11101100 1100011 100010

Color Harmonies of #010BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010BAC

Black with #010BAC

Text Example


Text Example

White with #010BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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