Html Css Color HEX #040683 Navy

📋 copy color: '#040683'

red 4 ◦ green 6 ◦ blue 131

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

Shades of Navy #040683

Tints of Navy #040683

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.26%

 BLUE value IS 131 (51.56% from 255) = 92.91%

R = 2.84%
G = 4.26%
B = 92.91%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#040683 (or 0x040683) is known color: Navy. HEX triplet: 04, 06 and 83. RGB value is (4,6,131). Sum of RGB (Red+Green+Blue) = 4+6+131=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 131 (51.56% from 255 or 92.91% from 141); Max value from RGB is 131 - color contains mainly: blue. Hex color #040683 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040683 is #FBF97C. Grayscale: #131313. Windows color (decimal): -16513405 or 8586756. OLE color: 8586756.

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

Color convert

RGB 4 6 131 -
CMYK 0.97 0.95 0 0.49
HSL 239.06º 0.94% 0.26% -
HSV(B) 239.06º 0.97% 0.51% -
XYZ 4.21 1.79 21.6 -
YUV 19.65 190.84 116.84 -
System Red Green Blue C M Y K H S L
Decimal 4 6 131 0.97 0.95 0 0.49 239.06 0.94 0.26
Hex 4 6 83 61 5F 0 31 EF 5E 1A
Octal 4 6 203 141 137 0 61 357 136 32
Binary 100 110 10000011 1100001 1011111 0 110001 11101111 1011110 11010

Color Harmonies of #040683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040683

Black with #040683

Text Example


Text Example

White with #040683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040683; }

 p { color: rgb(4,6,131); }

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

background-color css

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

 a { background-color: rgb(4,6,131); }

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

border-color css

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

 span { border-color: rgb(4,6,131); }

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