Html Css Color HEX #043EF2 Navy Blue

📋 copy color: '#043EF2'

red 4 ◦ green 62 ◦ blue 242

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

Shades of Navy Blue #043EF2

Tints of Navy Blue #043EF2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.13%

 BLUE value IS 242 (94.92% from 255) = 78.57%

R = 1.3%
G = 20.13%
B = 78.57%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#043EF2 (or 0x043EF2) is known color: Navy Blue. HEX triplet: 04, 3E and F2. RGB value is (4,62,242). Sum of RGB (Red+Green+Blue) = 4+62+242=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 242 (94.92% from 255 or 78.57% from 308); Max value from RGB is 242 - color contains mainly: blue. Hex color #043EF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043EF2 is #FBC10D. Grayscale: #404040. Windows color (decimal): -16498958 or 15875588. OLE color: 15875588.

HSL color Cylindrical-coordinate representation of color #043EF2: hue angle of 225.38º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043EF2 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 62 242 -
CMYK 0.98 0.74 0 0.05
HSL 225.38º 0.97% 0.48% -
HSV(B) 225.38º 0.98% 0.95% -
XYZ 17.8 9.88 84.97 -
YUV 65.18 227.78 84.36 -
System Red Green Blue C M Y K H S L
Decimal 4 62 242 0.98 0.74 0 0.05 225.38 0.97 0.48
Hex 4 3E F2 62 4A 0 5 E1 61 30
Octal 4 76 362 142 112 0 5 341 141 60
Binary 100 111110 11110010 1100010 1001010 0 101 11100001 1100001 110000

Color Harmonies of #043EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043EF2

Black with #043EF2

Text Example


Text Example

White with #043EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043EF2; }

 p { color: rgb(4,62,242); }

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

background-color css

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

 a { background-color: rgb(4,62,242); }

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

border-color css

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

 span { border-color: rgb(4,62,242); }

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