#0461E0

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

Shades of Navy Blue #0461E0

Tints of Navy Blue #0461E0

Color information

#0461E0 (or 0x0461E0) is unknown color: approx Navy Blue. HEX triplet: 04, 61 and E0. RGB value is (4,97,224). Sum of RGB (Red+Green+Blue) = 4+97+224=325 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 224 (87.89% from 255 or 68.92% from 325); Max value from RGB is 224 - color contains mainly: blue. Hex color #0461E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0461E0 is #FB9E1F. Grayscale: #535353. Windows color (decimal): -16490016 or 14704900. OLE color: 14704900.

HSL color Cylindrical-coordinate representation of color #0461E0: hue angle of 214.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0461E0 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB497224-
CMYK0.980.5700.12
HSL214.64º96.49%44.71%-
HSV(B)214.64º98.21%87.84%-
XYZ17.7813.9672.28-
YUV83.67207.1971.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.23%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 224 (87.89% from 255) = 68.92%
R=1.23%
G=29.85%
B=68.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal4972240.980.5700.12214.6496.4944.71
Hex461E062390Cd7602d
Octal41413401427101432714055
Binary100110000111100000110001011100101100110101111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0461E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0461E0; }

 p { color: rgb(4,97,224); }

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

<style>
 a { background-color: #0461E0; }

 a { background-color: rgb(4,97,224); }

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

<style>
 span { border-color: #0461E0; }

 span { border-color: rgb(4,97,224); }

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