Html Css Color HEX #047BDB Navy Blue

📋 copy color: '#047BDB'

red 4 ◦ green 123 ◦ blue 219

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

Shades of Navy Blue #047BDB

Tints of Navy Blue #047BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.29%

R = 1.16%
G = 35.55%
B = 63.29%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#047BDB (or 0x047BDB) is known color: Navy Blue. HEX triplet: 04, 7B and DB. RGB value is (4,123,219). Sum of RGB (Red+Green+Blue) = 4+123+219=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #047BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BDB is #FB8424. Grayscale: #616161. Windows color (decimal): -16483365 or 14383876. OLE color: 14383876.

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

Color convert

RGB 4 123 219 -
CMYK 0.98 0.44 0 0.14
HSL 206.79º 0.96% 0.44% -
HSV(B) 206.79º 0.98% 0.86% -
XYZ 19.92 19.31 69.69 -
YUV 98.36 196.08 60.69 -
System Red Green Blue C M Y K H S L
Decimal 4 123 219 0.98 0.44 0 0.14 206.79 0.96 0.44
Hex 4 7B DB 62 2C 0 E CF 60 2C
Octal 4 173 333 142 54 0 16 317 140 54
Binary 100 1111011 11011011 1100010 101100 0 1110 11001111 1100000 101100

Color Harmonies of #047BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047BDB

Black with #047BDB

Text Example


Text Example

White with #047BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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