Html Css Color HEX #041297 New Midnight Blue

📋 copy color: '#041297'

red 4 ◦ green 18 ◦ blue 151

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

Shades of New Midnight Blue #041297

Tints of New Midnight Blue #041297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.4%

 BLUE value IS 151 (59.38% from 255) = 87.28%

R = 2.31%
G = 10.4%
B = 87.28%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#041297 (or 0x041297) is known color: New Midnight Blue. HEX triplet: 04, 12 and 97. RGB value is (4,18,151). Sum of RGB (Red+Green+Blue) = 4+18+151=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 151 (59.38% from 255 or 87.28% from 173); Max value from RGB is 151 - color contains mainly: blue. Hex color #041297 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041297 is #FBED68. Grayscale: #1C1C1C. Windows color (decimal): -16510313 or 9900548. OLE color: 9900548.

HSL color Cylindrical-coordinate representation of color #041297: hue angle of 234.29º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041297 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 18 151 -
CMYK 0.97 0.88 0 0.41
HSL 234.29º 0.95% 0.3% -
HSV(B) 234.29º 0.97% 0.59% -
XYZ 5.85 2.69 29.49 -
YUV 28.98 196.86 110.19 -
System Red Green Blue C M Y K H S L
Decimal 4 18 151 0.97 0.88 0 0.41 234.29 0.95 0.3
Hex 4 12 97 61 58 0 29 EA 5F 1E
Octal 4 22 227 141 130 0 51 352 137 36
Binary 100 10010 10010111 1100001 1011000 0 101001 11101010 1011111 11110

Color Harmonies of #041297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041297

Black with #041297

Text Example


Text Example

White with #041297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041297; }

 p { color: rgb(4,18,151); }

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

background-color css

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

 a { background-color: rgb(4,18,151); }

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

border-color css

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

 span { border-color: rgb(4,18,151); }

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