Html Css Color HEX #041498 New Midnight Blue

📋 copy color: '#041498'

red 4 ◦ green 20 ◦ blue 152

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

Shades of New Midnight Blue #041498

Tints of New Midnight Blue #041498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.36%

 BLUE value IS 152 (59.77% from 255) = 86.36%

R = 2.27%
G = 11.36%
B = 86.36%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#041498 (or 0x041498) is known color: New Midnight Blue. HEX triplet: 04, 14 and 98. RGB value is (4,20,152). Sum of RGB (Red+Green+Blue) = 4+20+152=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 152 (59.77% from 255 or 86.36% from 176); Max value from RGB is 152 - color contains mainly: blue. Hex color #041498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041498 is #FBEB67. Grayscale: #1D1D1D. Windows color (decimal): -16509800 or 9966596. OLE color: 9966596.

HSL color Cylindrical-coordinate representation of color #041498: hue angle of 233.51º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041498 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 20 152 -
CMYK 0.97 0.87 0 0.40
HSL 233.51º 0.95% 0.31% -
HSV(B) 233.51º 0.97% 0.6% -
XYZ 5.97 2.79 29.93 -
YUV 30.26 196.7 109.27 -
System Red Green Blue C M Y K H S L
Decimal 4 20 152 0.97 0.87 0 0.40 233.51 0.95 0.31
Hex 4 14 98 61 57 0 28 EA 5F 1F
Octal 4 24 230 141 127 0 50 352 137 37
Binary 100 10100 10011000 1100001 1010111 0 101000 11101010 1011111 11111

Color Harmonies of #041498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041498

Black with #041498

Text Example


Text Example

White with #041498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041498; }

 p { color: rgb(4,20,152); }

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

background-color css

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

 a { background-color: rgb(4,20,152); }

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

border-color css

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

 span { border-color: rgb(4,20,152); }

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