Html Css Color HEX #0506B2 New Midnight Blue

📋 copy color: '#0506B2'

red 5 ◦ green 6 ◦ blue 178

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

Shades of New Midnight Blue #0506B2

Tints of New Midnight Blue #0506B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 94.18%

R = 2.65%
G = 3.17%
B = 94.18%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0506B2 (or 0x0506B2) is known color: New Midnight Blue. HEX triplet: 05, 06 and B2. RGB value is (5,6,178). Sum of RGB (Red+Green+Blue) = 5+6+178=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 178 (69.92% from 255 or 94.18% from 189); Max value from RGB is 178 - color contains mainly: blue. Hex color #0506B2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0506B2 is #FAF94D. Grayscale: #181818. Windows color (decimal): -16447822 or 11666949. OLE color: 11666949.

HSL color Cylindrical-coordinate representation of color #0506B2: hue angle of 239.65º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0506B2 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 6 178 -
CMYK 0.97 0.97 0 0.30
HSL 239.65º 0.95% 0.36% -
HSV(B) 239.65º 0.97% 0.7% -
XYZ 8.16 3.38 42.34 -
YUV 25.31 214.17 113.51 -
System Red Green Blue C M Y K H S L
Decimal 5 6 178 0.97 0.97 0 0.30 239.65 0.95 0.36
Hex 5 6 B2 61 61 0 1E F0 5F 24
Octal 5 6 262 141 141 0 36 360 137 44
Binary 101 110 10110010 1100001 1100001 0 11110 11110000 1011111 100100

Color Harmonies of #0506B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0506B2

Black with #0506B2

Text Example


Text Example

White with #0506B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0506B2; }

 p { color: rgb(5,6,178); }

 H1.HeaderClassName
 {
   color: #0506B2;
 }
 .AnyTagClassName
 {
   color: #0506B2;
 }
</style>

background-color css

<style>
 a { background-color: #0506B2; }

 a { background-color: rgb(5,6,178); }

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

border-color css

<style>
 span { border-color: #0506B2; }

 span { border-color: rgb(5,6,178); }

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