#0151DC

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

Shades of Navy Blue #0151DC

Tints of Navy Blue #0151DC

Color information

#0151DC (or 0x0151DC) is unknown color: approx Navy Blue. HEX triplet: 01, 51 and DC. RGB value is (1,81,220). Sum of RGB (Red+Green+Blue) = 1+81+220=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #0151DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0151DC is #FEAE23. Grayscale: #484848. Windows color (decimal): -16690724 or 14438657. OLE color: 14438657.

HSL color Cylindrical-coordinate representation of color #0151DC: hue angle of 218.08º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0151DC is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181220-
CMYK1.000.6300.14
HSL218.08º99.1%43.33%-
HSV(B)218.08º99.55%86.27%-
XYZ15.8711.0669.01-
YUV72.9321176.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 220 (86.33% from 255) = 72.85%
R=0.33%
G=26.82%
B=72.85%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201.000.6300.14218.0899.143.33
Hex151DC643F0Eda632b
Octal11213341447701633214353
Binary1101000111011100110010011111101110110110101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0151DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0151DC; }

 p { color: rgb(1,81,220); }

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

<style>
 a { background-color: #0151DC; }

 a { background-color: rgb(1,81,220); }

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

<style>
 span { border-color: #0151DC; }

 span { border-color: rgb(1,81,220); }

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