Html Css Color HEX #040F9B New Midnight Blue

📋 copy color: '#040F9B'

red 4 ◦ green 15 ◦ blue 155

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

Shades of New Midnight Blue #040F9B

Tints of New Midnight Blue #040F9B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.62%

 BLUE value IS 155 (60.94% from 255) = 89.08%

R = 2.3%
G = 8.62%
B = 89.08%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#040F9B (or 0x040F9B) is known color: New Midnight Blue. HEX triplet: 04, 0F and 9B. RGB value is (4,15,155). Sum of RGB (Red+Green+Blue) = 4+15+155=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 155 (60.94% from 255 or 89.08% from 174); Max value from RGB is 155 - color contains mainly: blue. Hex color #040F9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040F9B is #FBF064. Grayscale: #1B1B1B. Windows color (decimal): -16511077 or 10161924. OLE color: 10161924.

HSL color Cylindrical-coordinate representation of color #040F9B: hue angle of 235.63º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040F9B is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 15 155 -
CMYK 0.97 0.90 0 0.39
HSL 235.63º 0.95% 0.31% -
HSV(B) 235.63º 0.97% 0.61% -
XYZ 6.14 2.73 31.21 -
YUV 27.67 199.86 111.12 -
System Red Green Blue C M Y K H S L
Decimal 4 15 155 0.97 0.90 0 0.39 235.63 0.95 0.31
Hex 4 F 9B 61 5A 0 27 EC 5F 1F
Octal 4 17 233 141 132 0 47 354 137 37
Binary 100 1111 10011011 1100001 1011010 0 100111 11101100 1011111 11111

Color Harmonies of #040F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040F9B

Black with #040F9B

Text Example


Text Example

White with #040F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040F9B; }

 p { color: rgb(4,15,155); }

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

background-color css

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

 a { background-color: rgb(4,15,155); }

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

border-color css

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

 span { border-color: rgb(4,15,155); }

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