Html Css Color HEX #0601AE New Midnight Blue

📋 copy color: '#0601AE'

red 6 ◦ green 1 ◦ blue 174

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

Shades of New Midnight Blue #0601AE

Tints of New Midnight Blue #0601AE

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0601AE (or 0x0601AE) is known color: New Midnight Blue. HEX triplet: 06, 01 and AE. RGB value is (6,1,174). Sum of RGB (Red+Green+Blue) = 6+1+174=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 1 (0.78% from 255 or 0.55% 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 #0601AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0601AE is #F9FE51. Grayscale: #151515. Windows color (decimal): -16383570 or 11403526. OLE color: 11403526.

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

Color convert

RGB 6 1 174 -
CMYK 0.97 0.99 0 0.32
HSL 241.73º 0.99% 0.34% -
HSV(B) 241.73º 0.99% 0.68% -
XYZ 7.73 3.12 40.24 -
YUV 22.22 213.66 116.43 -
System Red Green Blue C M Y K H S L
Decimal 6 1 174 0.97 0.99 0 0.32 241.73 0.99 0.34
Hex 6 1 AE 61 63 0 20 F2 63 22
Octal 6 1 256 141 143 0 40 362 143 42
Binary 110 1 10101110 1100001 1100011 0 100000 11110010 1100011 100010

Color Harmonies of #0601AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0601AE

Black with #0601AE

Text Example


Text Example

White with #0601AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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