Html Css Color HEX #047ACE Navy Blue

📋 copy color: '#047ACE'

red 4 ◦ green 122 ◦ blue 206

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

Shades of Navy Blue #047ACE

Tints of Navy Blue #047ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 1.2%
G = 36.75%
B = 62.05%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#047ACE (or 0x047ACE) is known color: Navy Blue. HEX triplet: 04, 7A and CE. RGB value is (4,122,206). Sum of RGB (Red+Green+Blue) = 4+122+206=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #047ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047ACE is #FB8531. Grayscale: #5F5F5F. Windows color (decimal): -16483634 or 13531652. OLE color: 13531652.

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

Color convert

RGB 4 122 206 -
CMYK 0.98 0.41 0 0.19
HSL 204.95º 0.96% 0.41% -
HSV(B) 204.95º 0.98% 0.81% -
XYZ 18.15 18.4 60.99 -
YUV 96.29 189.91 62.17 -
System Red Green Blue C M Y K H S L
Decimal 4 122 206 0.98 0.41 0 0.19 204.95 0.96 0.41
Hex 4 7A CE 62 29 0 13 CD 60 29
Octal 4 172 316 142 51 0 23 315 140 51
Binary 100 1111010 11001110 1100010 101001 0 10011 11001101 1100000 101001

Color Harmonies of #047ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047ACE

Black with #047ACE

Text Example


Text Example

White with #047ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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