Html Css Color HEX #0511AE New Midnight Blue

📋 copy color: '#0511AE'

red 5 ◦ green 17 ◦ blue 174

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

Shades of New Midnight Blue #0511AE

Tints of New Midnight Blue #0511AE

RGB

 RED value IS 5 (2.34% from 255) = 2.55%

 GREEN value IS 17 (7.03% from 255) = 8.67%

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

R = 2.55%
G = 8.67%
B = 88.78%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0511AE (or 0x0511AE) is known color: New Midnight Blue. HEX triplet: 05, 11 and AE. RGB value is (5,17,174). Sum of RGB (Red+Green+Blue) = 5+17+174=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 174 (68.36% from 255 or 88.78% from 196); Max value from RGB is 174 - color contains mainly: blue. Hex color #0511AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0511AE is #FAEE51. Grayscale: #1E1E1E. Windows color (decimal): -16445010 or 11407621. OLE color: 11407621.

HSL color Cylindrical-coordinate representation of color #0511AE: hue angle of 235.74º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0511AE is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 17 174 -
CMYK 0.97 0.90 0 0.32
HSL 235.74º 0.94% 0.35% -
HSV(B) 235.74º 0.97% 0.68% -
XYZ 7.9 3.49 40.3 -
YUV 31.31 208.52 109.23 -
System Red Green Blue C M Y K H S L
Decimal 5 17 174 0.97 0.90 0 0.32 235.74 0.94 0.35
Hex 5 11 AE 61 5A 0 20 EC 5E 23
Octal 5 21 256 141 132 0 40 354 136 43
Binary 101 10001 10101110 1100001 1011010 0 100000 11101100 1011110 100011

Color Harmonies of #0511AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0511AE

Black with #0511AE

Text Example


Text Example

White with #0511AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,17,174); }

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

background-color css

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

 a { background-color: rgb(5,17,174); }

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

border-color css

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

 span { border-color: rgb(5,17,174); }

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