Html Css Color HEX #047BCD Navy Blue

📋 copy color: '#047BCD'

red 4 ◦ green 123 ◦ blue 205

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

Shades of Navy Blue #047BCD

Tints of Navy Blue #047BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.75%

R = 1.2%
G = 37.05%
B = 61.75%

CMYK

 C value IS 0.98

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#047BCD (or 0x047BCD) is known color: Navy Blue. HEX triplet: 04, 7B and CD. RGB value is (4,123,205). Sum of RGB (Red+Green+Blue) = 4+123+205=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #047BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BCD is #FB8432. Grayscale: #606060. Windows color (decimal): -16483379 or 13466372. OLE color: 13466372.

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

Color convert

RGB 4 123 205 -
CMYK 0.98 0.4 0 0.20
HSL 204.48º 0.96% 0.41% -
HSV(B) 204.48º 0.98% 0.8% -
XYZ 18.15 18.6 60.39 -
YUV 96.77 189.08 61.83 -
System Red Green Blue C M Y K H S L
Decimal 4 123 205 0.98 0.4 0 0.20 204.48 0.96 0.41
Hex 4 7B CD 62 28 0 14 CC 60 29
Octal 4 173 315 142 50 0 24 314 140 51
Binary 100 1111011 11001101 1100010 101000 0 10100 11001100 1100000 101001

Color Harmonies of #047BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047BCD

Black with #047BCD

Text Example


Text Example

White with #047BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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