Html Css Color HEX #047BCF Navy Blue

📋 copy color: '#047BCF'

red 4 ◦ green 123 ◦ blue 207

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

Shades of Navy Blue #047BCF

Tints of Navy Blue #047BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 61.98%

R = 1.2%
G = 36.83%
B = 61.98%

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

#047BCF (or 0x047BCF) is known color: Navy Blue. HEX triplet: 04, 7B and CF. RGB value is (4,123,207). Sum of RGB (Red+Green+Blue) = 4+123+207=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #047BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BCF is #FB8430. Grayscale: #606060. Windows color (decimal): -16483377 or 13597444. OLE color: 13597444.

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

Color convert

RGB 4 123 207 -
CMYK 0.98 0.41 0 0.19
HSL 204.83º 0.96% 0.41% -
HSV(B) 204.83º 0.98% 0.81% -
XYZ 18.4 18.7 61.67 -
YUV 97 190.08 61.67 -
System Red Green Blue C M Y K H S L
Decimal 4 123 207 0.98 0.41 0 0.19 204.83 0.96 0.41
Hex 4 7B CF 62 29 0 13 CD 60 29
Octal 4 173 317 142 51 0 23 315 140 51
Binary 100 1111011 11001111 1100010 101001 0 10011 11001101 1100000 101001

Color Harmonies of #047BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047BCF

Black with #047BCF

Text Example


Text Example

White with #047BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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