Html Css Color HEX #047DEA Navy Blue

📋 copy color: '#047DEA'

red 4 ◦ green 125 ◦ blue 234

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

Shades of Navy Blue #047DEA

Tints of Navy Blue #047DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

 BLUE value IS 234 (91.8% from 255) = 64.46%

R = 1.1%
G = 34.44%
B = 64.46%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#047DEA (or 0x047DEA) is known color: Navy Blue. HEX triplet: 04, 7D and EA. RGB value is (4,125,234). Sum of RGB (Red+Green+Blue) = 4+125+234=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #047DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047DEA is #FB8215. Grayscale: #646464. Windows color (decimal): -16482838 or 15367428. OLE color: 15367428.

HSL color Cylindrical-coordinate representation of color #047DEA: hue angle of 208.43º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047DEA is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 125 234 -
CMYK 0.98 0.47 0 0.08
HSL 208.43º 0.97% 0.47% -
HSV(B) 208.43º 0.98% 0.92% -
XYZ 22.23 20.63 80.65 -
YUV 101.25 202.91 58.64 -
System Red Green Blue C M Y K H S L
Decimal 4 125 234 0.98 0.47 0 0.08 208.43 0.97 0.47
Hex 4 7D EA 62 2F 0 8 D0 61 2F
Octal 4 175 352 142 57 0 10 320 141 57
Binary 100 1111101 11101010 1100010 101111 0 1000 11010000 1100001 101111

Color Harmonies of #047DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047DEA

Black with #047DEA

Text Example


Text Example

White with #047DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047DEA; }

 p { color: rgb(4,125,234); }

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

background-color css

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

 a { background-color: rgb(4,125,234); }

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

border-color css

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

 span { border-color: rgb(4,125,234); }

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