Html Css Color HEX #0405B0 New Midnight Blue

📋 copy color: '#0405B0'

red 4 ◦ green 5 ◦ blue 176

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

Shades of New Midnight Blue #0405B0

Tints of New Midnight Blue #0405B0

RGB

 RED value IS 4 (1.95% from 255) = 2.16%

 GREEN value IS 5 (2.34% from 255) = 2.7%

 BLUE value IS 176 (69.14% from 255) = 95.14%

R = 2.16%
G = 2.7%
B = 95.14%

CMYK

 C value IS 0.98

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0405B0 (or 0x0405B0) is known color: New Midnight Blue. HEX triplet: 04, 05 and B0. RGB value is (4,5,176). Sum of RGB (Red+Green+Blue) = 4+5+176=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 176 (69.14% from 255 or 95.14% from 185); Max value from RGB is 176 - color contains mainly: blue. Hex color #0405B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0405B0 is #FBFA4F. Grayscale: #171717. Windows color (decimal): -16513616 or 11535620. OLE color: 11535620.

HSL color Cylindrical-coordinate representation of color #0405B0: hue angle of 239.65º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0405B0 is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 5 176 -
CMYK 0.98 0.97 0 0.31
HSL 239.65º 0.96% 0.35% -
HSV(B) 239.65º 0.98% 0.69% -
XYZ 7.94 3.27 41.29 -
YUV 24.2 213.67 113.6 -
System Red Green Blue C M Y K H S L
Decimal 4 5 176 0.98 0.97 0 0.31 239.65 0.96 0.35
Hex 4 5 B0 62 61 0 1F F0 60 23
Octal 4 5 260 142 141 0 37 360 140 43
Binary 100 101 10110000 1100010 1100001 0 11111 11110000 1100000 100011

Color Harmonies of #0405B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0405B0

Black with #0405B0

Text Example


Text Example

White with #0405B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0405B0; }

 p { color: rgb(4,5,176); }

 H1.HeaderClassName
 {
   color: #0405B0;
 }
 .AnyTagClassName
 {
   color: #0405B0;
 }
</style>

background-color css

<style>
 a { background-color: #0405B0; }

 a { background-color: rgb(4,5,176); }

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

border-color css

<style>
 span { border-color: #0405B0; }

 span { border-color: rgb(4,5,176); }

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