Html Css Color HEX #047AC0 Navy Blue

📋 copy color: '#047AC0'

red 4 ◦ green 122 ◦ blue 192

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

Shades of Navy Blue #047AC0

Tints of Navy Blue #047AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.38%

R = 1.26%
G = 38.36%
B = 60.38%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#047AC0 (or 0x047AC0) is known color: Navy Blue. HEX triplet: 04, 7A and C0. RGB value is (4,122,192). Sum of RGB (Red+Green+Blue) = 4+122+192=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #047AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047AC0 is #FB853F. Grayscale: #5E5E5E. Windows color (decimal): -16483648 or 12614148. OLE color: 12614148.

HSL color Cylindrical-coordinate representation of color #047AC0: hue angle of 202.34º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047AC0 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 122 192 -
CMYK 0.98 0.36 0 0.25
HSL 202.34º 0.96% 0.38% -
HSV(B) 202.34º 0.98% 0.75% -
XYZ 16.52 17.75 52.42 -
YUV 94.7 182.91 63.31 -
System Red Green Blue C M Y K H S L
Decimal 4 122 192 0.98 0.36 0 0.25 202.34 0.96 0.38
Hex 4 7A C0 62 24 0 19 CA 60 26
Octal 4 172 300 142 44 0 31 312 140 46
Binary 100 1111010 11000000 1100010 100100 0 11001 11001010 1100000 100110

Color Harmonies of #047AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047AC0

Black with #047AC0

Text Example


Text Example

White with #047AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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