Html Css Color HEX #040FAC New Midnight Blue

📋 copy color: '#040FAC'

red 4 ◦ green 15 ◦ blue 172

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

Shades of New Midnight Blue #040FAC

Tints of New Midnight Blue #040FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 90.05%

R = 2.09%
G = 7.85%
B = 90.05%

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#040FAC (or 0x040FAC) is known color: New Midnight Blue. HEX triplet: 04, 0F and AC. RGB value is (4,15,172). Sum of RGB (Red+Green+Blue) = 4+15+172=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 172 (67.58% from 255 or 90.05% from 191); Max value from RGB is 172 - color contains mainly: blue. Hex color #040FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040FAC is #FBF053. Grayscale: #1C1C1C. Windows color (decimal): -16511060 or 11276036. OLE color: 11276036.

HSL color Cylindrical-coordinate representation of color #040FAC: hue angle of 236.07º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040FAC is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 15 172 -
CMYK 0.98 0.91 0 0.33
HSL 236.07º 0.95% 0.35% -
HSV(B) 236.07º 0.98% 0.67% -
XYZ 7.67 3.35 39.27 -
YUV 29.61 208.36 109.73 -
System Red Green Blue C M Y K H S L
Decimal 4 15 172 0.98 0.91 0 0.33 236.07 0.95 0.35
Hex 4 F AC 62 5B 0 21 EC 5F 23
Octal 4 17 254 142 133 0 41 354 137 43
Binary 100 1111 10101100 1100010 1011011 0 100001 11101100 1011111 100011

Color Harmonies of #040FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040FAC

Black with #040FAC

Text Example


Text Example

White with #040FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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