Html Css Color HEX #047DCE Navy Blue

📋 copy color: '#047DCE'

red 4 ◦ green 125 ◦ blue 206

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

Shades of Navy Blue #047DCE

Tints of Navy Blue #047DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.31%

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

R = 1.19%
G = 37.31%
B = 61.49%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#047DCE (or 0x047DCE) is known color: Navy Blue. HEX triplet: 04, 7D and CE. RGB value is (4,125,206). Sum of RGB (Red+Green+Blue) = 4+125+206=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #047DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047DCE is #FB8231. Grayscale: #616161. Windows color (decimal): -16482866 or 13532420. OLE color: 13532420.

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

Color convert

RGB 4 125 206 -
CMYK 0.98 0.39 0 0.19
HSL 204.06º 0.96% 0.41% -
HSV(B) 204.06º 0.98% 0.81% -
XYZ 18.52 19.15 61.11 -
YUV 98.06 188.91 60.91 -
System Red Green Blue C M Y K H S L
Decimal 4 125 206 0.98 0.39 0 0.19 204.06 0.96 0.41
Hex 4 7D CE 62 27 0 13 CC 60 29
Octal 4 175 316 142 47 0 23 314 140 51
Binary 100 1111101 11001110 1100010 100111 0 10011 11001100 1100000 101001

Color Harmonies of #047DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047DCE

Black with #047DCE

Text Example


Text Example

White with #047DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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