Html Css Color HEX #0106AE New Midnight Blue

📋 copy color: '#0106AE'

red 1 ◦ green 6 ◦ blue 174

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

Shades of New Midnight Blue #0106AE

Tints of New Midnight Blue #0106AE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.31%

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

R = 0.55%
G = 3.31%
B = 96.13%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0106AE (or 0x0106AE) is known color: New Midnight Blue. HEX triplet: 01, 06 and AE. RGB value is (1,6,174). Sum of RGB (Red+Green+Blue) = 1+6+174=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 174 (68.36% from 255 or 96.13% from 181); Max value from RGB is 174 - color contains mainly: blue. Hex color #0106AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0106AE is #FEF951. Grayscale: #161616. Windows color (decimal): -16709970 or 11404801. OLE color: 11404801.

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

Color convert

RGB 1 6 174 -
CMYK 0.99 0.97 0 0.32
HSL 238.27º 0.99% 0.34% -
HSV(B) 238.27º 0.99% 0.68% -
XYZ 7.72 3.19 40.25 -
YUV 23.66 212.84 111.84 -
System Red Green Blue C M Y K H S L
Decimal 1 6 174 0.99 0.97 0 0.32 238.27 0.99 0.34
Hex 1 6 AE 63 61 0 20 EE 63 22
Octal 1 6 256 143 141 0 40 356 143 42
Binary 1 110 10101110 1100011 1100001 0 100000 11101110 1100011 100010

Color Harmonies of #0106AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0106AE

Black with #0106AE

Text Example


Text Example

White with #0106AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0106AE; }

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

 H1.HeaderClassName
 {
   color: #0106AE;
 }
 .AnyTagClassName
 {
   color: #0106AE;
 }
</style>

background-color css

<style>
 a { background-color: #0106AE; }

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

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

border-color css

<style>
 span { border-color: #0106AE; }

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

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