Html Css Color HEX #040268 Navy

📋 copy color: '#040268'

red 4 ◦ green 2 ◦ blue 104

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

Shades of Navy #040268

Tints of Navy #040268

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.82%

 BLUE value IS 104 (41.02% from 255) = 94.55%

R = 3.64%
G = 1.82%
B = 94.55%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#040268 (or 0x040268) is known color: Navy. HEX triplet: 04, 02 and 68. RGB value is (4,2,104). Sum of RGB (Red+Green+Blue) = 4+2+104=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 104 (41.02% from 255 or 94.55% from 110); Max value from RGB is 104 - color contains mainly: blue. Hex color #040268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040268 is #FBFD97. Grayscale: #0D0D0D. Windows color (decimal): -16514456 or 6816260. OLE color: 6816260.

HSL color Cylindrical-coordinate representation of color #040268: hue angle of 241.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040268 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 2 104 -
CMYK 0.96 0.98 0 0.59
HSL 241.18º 0.96% 0.21% -
HSV(B) 241.18º 0.98% 0.41% -
XYZ 2.57 1.07 13.17 -
YUV 14.23 178.66 120.71 -
System Red Green Blue C M Y K H S L
Decimal 4 2 104 0.96 0.98 0 0.59 241.18 0.96 0.21
Hex 4 2 68 60 62 0 3B F1 60 15
Octal 4 2 150 140 142 0 73 361 140 25
Binary 100 10 1101000 1100000 1100010 0 111011 11110001 1100000 10101

Color Harmonies of #040268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040268

Black with #040268

Text Example


Text Example

White with #040268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040268; }

 p { color: rgb(4,2,104); }

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

background-color css

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

 a { background-color: rgb(4,2,104); }

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

border-color css

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

 span { border-color: rgb(4,2,104); }

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