#0150CC

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

Shades of Navy Blue #0150CC

Tints of Navy Blue #0150CC

Color information

#0150CC (or 0x0150CC) is unknown color: approx Navy Blue. HEX triplet: 01, 50 and CC. RGB value is (1,80,204). Sum of RGB (Red+Green+Blue) = 1+80+204=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #0150CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0150CC is #FEAF33. Grayscale: #454545. Windows color (decimal): -16690996 or 13389825. OLE color: 13389825.

HSL color Cylindrical-coordinate representation of color #0150CC: hue angle of 216.65º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0150CC is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB180204-
CMYK1.000.6100.2
HSL216.65º99.02%40.2%-
HSV(B)216.65º99.51%80%-
XYZ13.7810.158.35-
YUV70.51203.3378.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 204 (80.08% from 255) = 71.58%
R=0.35%
G=28.07%
B=71.58%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1802041.000.6100.2216.6599.0240.2
Hex150CC643D014d96328
Octal11203141447502433114350
Binary11010000110011001100100111101010100110110011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0150CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0150CC; }

 p { color: rgb(1,80,204); }

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

<style>
 a { background-color: #0150CC; }

 a { background-color: rgb(1,80,204); }

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

<style>
 span { border-color: #0150CC; }

 span { border-color: rgb(1,80,204); }

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