#0956E4

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

Shades of Navy Blue #0956E4

Tints of Navy Blue #0956E4

Color information

#0956E4 (or 0x0956E4) is unknown color: approx Navy Blue. HEX triplet: 09, 56 and E4. RGB value is (9,86,228). Sum of RGB (Red+Green+Blue) = 9+86+228=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 228 (89.45% from 255 or 70.59% from 323); Max value from RGB is 228 - color contains mainly: blue. Hex color #0956E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0956E4 is #F6A91B. Grayscale: #4E4E4E. Windows color (decimal): -16165148 or 14964233. OLE color: 14964233.

HSL color Cylindrical-coordinate representation of color #0956E4: hue angle of 218.9º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0956E4 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB986228-
CMYK0.960.6200.11
HSL218.9º92.41%46.47%-
HSV(B)218.9º96.05%89.41%-
XYZ17.4412.3274.86-
YUV79.17211.9977.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.79%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 228 (89.45% from 255) = 70.59%
R=2.79%
G=26.63%
B=70.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal9862280.960.6200.11218.992.4146.47
Hex956E4603E0Bdb5c2e
Octal111263441407601333313456
Binary1001101011011100100110000011111001011110110111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0956E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0956E4; }

 p { color: rgb(9,86,228); }

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

<style>
 a { background-color: #0956E4; }

 a { background-color: rgb(9,86,228); }

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

<style>
 span { border-color: #0956E4; }

 span { border-color: rgb(9,86,228); }

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