#047BE3

Color #047BE3 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #047BE3

Tints of Navy Blue #047BE3

Color information

#047BE3 (or 0x047BE3) is unknown color: approx Navy Blue. HEX triplet: 04, 7B and E3. RGB value is (4,123,227). Sum of RGB (Red+Green+Blue) = 4+123+227=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 227 (89.06% from 255 or 64.12% from 354); Max value from RGB is 227 - color contains mainly: blue. Hex color #047BE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BE3 is #FB841C. Grayscale: #626262. Windows color (decimal): -16483357 or 14908164. OLE color: 14908164.

HSL color Cylindrical-coordinate representation of color #047BE3: hue angle of 207.98º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BE3 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4123227-
CMYK0.980.4600.11
HSL207.98º96.54%45.29%-
HSV(B)207.98º98.24%89.02%-
XYZ2119.7475.38-
YUV99.28200.0860.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.13%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 227 (89.06% from 255) = 64.12%
R=1.13%
G=34.75%
B=64.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal41232270.980.4600.11207.9896.5445.29
Hex47BE3622E0Bd0612d
Octal41733431425601332014155
Binary100111101111100011110001010111001011110100001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #047BE3;
 }
 .AnyTagClassName
 {
   color: #047BE3;
 }
</style>
background-color css

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

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

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

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

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

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