Html Css Color HEX #047ADB Navy Blue

📋 copy color: '#047ADB'

red 4 ◦ green 122 ◦ blue 219

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

Shades of Navy Blue #047ADB

Tints of Navy Blue #047ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.36%

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

R = 1.16%
G = 35.36%
B = 63.48%

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

#047ADB (or 0x047ADB) is known color: Navy Blue. HEX triplet: 04, 7A and DB. RGB value is (4,122,219). Sum of RGB (Red+Green+Blue) = 4+122+219=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #047ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ADB is #FB8524. Grayscale: #616161. Windows color (decimal): -16483621 or 14383620. OLE color: 14383620.

HSL color Cylindrical-coordinate representation of color #047ADB: hue angle of 207.07º 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 #047ADB is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 122 219 -
CMYK 0.98 0.44 0 0.14
HSL 207.07º 0.96% 0.44% -
HSV(B) 207.07º 0.98% 0.86% -
XYZ 19.8 19.06 69.65 -
YUV 97.78 196.41 61.11 -
System Red Green Blue C M Y K H S L
Decimal 4 122 219 0.98 0.44 0 0.14 207.07 0.96 0.44
Hex 4 7A DB 62 2C 0 E CF 60 2C
Octal 4 172 333 142 54 0 16 317 140 54
Binary 100 1111010 11011011 1100010 101100 0 1110 11001111 1100000 101100

Color Harmonies of #047ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047ADB

Black with #047ADB

Text Example


Text Example

White with #047ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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