Html Css Color HEX #040A7C Navy

📋 copy color: '#040A7C'

red 4 ◦ green 10 ◦ blue 124

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

Shades of Navy #040A7C

Tints of Navy #040A7C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.25%

 BLUE value IS 124 (48.83% from 255) = 89.86%

R = 2.9%
G = 7.25%
B = 89.86%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#040A7C (or 0x040A7C) is known color: Navy. HEX triplet: 04, 0A and 7C. RGB value is (4,10,124). Sum of RGB (Red+Green+Blue) = 4+10+124=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 124 (48.83% from 255 or 89.86% from 138); Max value from RGB is 124 - color contains mainly: blue. Hex color #040A7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A7C is #FBF583. Grayscale: #141414. Windows color (decimal): -16512388 or 8129028. OLE color: 8129028.

HSL color Cylindrical-coordinate representation of color #040A7C: hue angle of 237º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040A7C is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 10 124 -
CMYK 0.97 0.92 0 0.51
HSL 237º 0.94% 0.25% -
HSV(B) 237º 0.97% 0.49% -
XYZ 3.8 1.7 19.2 -
YUV 21.2 186.01 115.73 -
System Red Green Blue C M Y K H S L
Decimal 4 10 124 0.97 0.92 0 0.51 237 0.94 0.25
Hex 4 A 7C 61 5C 0 33 ED 5E 19
Octal 4 12 174 141 134 0 63 355 136 31
Binary 100 1010 1111100 1100001 1011100 0 110011 11101101 1011110 11001

Color Harmonies of #040A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A7C

Black with #040A7C

Text Example


Text Example

White with #040A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,10,124); }

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

background-color css

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

 a { background-color: rgb(4,10,124); }

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

border-color css

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

 span { border-color: rgb(4,10,124); }

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