Html Css Color HEX #047BDA Navy Blue

📋 copy color: '#047BDA'

red 4 ◦ green 123 ◦ blue 218

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

Shades of Navy Blue #047BDA

Tints of Navy Blue #047BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.65%

 BLUE value IS 218 (85.55% from 255) = 63.19%

R = 1.16%
G = 35.65%
B = 63.19%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#047BDA (or 0x047BDA) is known color: Navy Blue. HEX triplet: 04, 7B and DA. RGB value is (4,123,218). Sum of RGB (Red+Green+Blue) = 4+123+218=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #047BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BDA is #FB8425. Grayscale: #616161. Windows color (decimal): -16483366 or 14318340. OLE color: 14318340.

HSL color Cylindrical-coordinate representation of color #047BDA: hue angle of 206.64º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BDA is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 4 123 218 -
CMYK 0.98 0.44 0 0.15
HSL 206.64º 0.96% 0.44% -
HSV(B) 206.64º 0.98% 0.85% -
XYZ 19.79 19.25 69 -
YUV 98.25 195.58 60.78 -
System Red Green Blue C M Y K H S L
Decimal 4 123 218 0.98 0.44 0 0.15 206.64 0.96 0.44
Hex 4 7B DA 62 2C 0 F CF 60 2C
Octal 4 173 332 142 54 0 17 317 140 54
Binary 100 1111011 11011010 1100010 101100 0 1111 11001111 1100000 101100

Color Harmonies of #047BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047BDA

Black with #047BDA

Text Example


Text Example

White with #047BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,123,218); }

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

background-color css

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

 a { background-color: rgb(4,123,218); }

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

border-color css

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

 span { border-color: rgb(4,123,218); }

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