Html Css Color HEX #047BDF Navy Blue

📋 copy color: '#047BDF'

red 4 ◦ green 123 ◦ blue 223

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

Shades of Navy Blue #047BDF

Tints of Navy Blue #047BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.71%

R = 1.14%
G = 35.14%
B = 63.71%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#047BDF (or 0x047BDF) is known color: Navy Blue. HEX triplet: 04, 7B and DF. RGB value is (4,123,223). Sum of RGB (Red+Green+Blue) = 4+123+223=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #047BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BDF is #FB8420. Grayscale: #626262. Windows color (decimal): -16483361 or 14646020. OLE color: 14646020.

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

Color convert

RGB 4 123 223 -
CMYK 0.98 0.45 0 0.13
HSL 207.4º 0.96% 0.45% -
HSV(B) 207.4º 0.98% 0.87% -
XYZ 20.45 19.52 72.5 -
YUV 98.82 198.08 60.37 -
System Red Green Blue C M Y K H S L
Decimal 4 123 223 0.98 0.45 0 0.13 207.4 0.96 0.45
Hex 4 7B DF 62 2D 0 D CF 60 2D
Octal 4 173 337 142 55 0 15 317 140 55
Binary 100 1111011 11011111 1100010 101101 0 1101 11001111 1100000 101101

Color Harmonies of #047BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047BDF

Black with #047BDF

Text Example


Text Example

White with #047BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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