#0951EF

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

Shades of Navy Blue #0951EF

Tints of Navy Blue #0951EF

Color information

#0951EF (or 0x0951EF) is unknown color: approx Navy Blue. HEX triplet: 09, 51 and EF. RGB value is (9,81,239). Sum of RGB (Red+Green+Blue) = 9+81+239=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #0951EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0951EF is #F6AE10. Grayscale: #4C4C4C. Windows color (decimal): -16166417 or 15683849. OLE color: 15683849.

HSL color Cylindrical-coordinate representation of color #0951EF: hue angle of 221.22º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0951EF is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB981239-
CMYK0.960.6600.06
HSL221.22º92.74%48.63%-
HSV(B)221.22º96.23%93.73%-
XYZ18.6412.1783.03-
YUV77.48219.1579.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.74%
GREEN value IS 81 (32.03% from 255) = 24.62%
BLUE value IS 239 (93.75% from 255) = 72.64%
R=2.74%
G=24.62%
B=72.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal9812390.960.6600.06221.2292.7448.63
Hex951EF604206dd5d31
Octal111213571401020633513561
Binary1001101000111101111110000010000100110110111011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0951EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0951EF; }

 p { color: rgb(9,81,239); }

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

<style>
 a { background-color: #0951EF; }

 a { background-color: rgb(9,81,239); }

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

<style>
 span { border-color: #0951EF; }

 span { border-color: rgb(9,81,239); }

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