#0954E5

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

Shades of Navy Blue #0954E5

Tints of Navy Blue #0954E5

Color information

#0954E5 (or 0x0954E5) is unknown color: approx Navy Blue. HEX triplet: 09, 54 and E5. RGB value is (9,84,229). Sum of RGB (Red+Green+Blue) = 9+84+229=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 229 (89.84% from 255 or 71.12% from 322); Max value from RGB is 229 - color contains mainly: blue. Hex color #0954E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0954E5 is #F6AB1A. Grayscale: #4D4D4D. Windows color (decimal): -16165659 or 15029257. OLE color: 15029257.

HSL color Cylindrical-coordinate representation of color #0954E5: hue angle of 219.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0954E5 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB984229-
CMYK0.960.6300.10
HSL219.55º92.44%46.67%-
HSV(B)219.55º96.07%89.8%-
XYZ17.4312.0675.54-
YUV78.1213.1578.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.80%
GREEN value IS 84 (33.20% from 255) = 26.09%
BLUE value IS 229 (89.84% from 255) = 71.12%
R=2.80%
G=26.09%
B=71.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal9842290.960.6300.10219.5592.4446.67
Hex954E5603F0Adc5c2f
Octal111243451407701233413457
Binary1001101010011100101110000011111101010110111001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0954E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0954E5; }

 p { color: rgb(9,84,229); }

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

<style>
 a { background-color: #0954E5; }

 a { background-color: rgb(9,84,229); }

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

<style>
 span { border-color: #0954E5; }

 span { border-color: rgb(9,84,229); }

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