#0150C8

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

Shades of Navy Blue #0150C8

Tints of Navy Blue #0150C8

Color information

#0150C8 (or 0x0150C8) is unknown color: approx Navy Blue. HEX triplet: 01, 50 and C8. RGB value is (1,80,200). Sum of RGB (Red+Green+Blue) = 1+80+200=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 200 (78.52% from 255 or 71.17% from 281); Max value from RGB is 200 - color contains mainly: blue. Hex color #0150C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0150C8 is #FEAF37. Grayscale: #454545. Windows color (decimal): -16691000 or 13127681. OLE color: 13127681.

HSL color Cylindrical-coordinate representation of color #0150C8: hue angle of 216.18º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0150C8 is Cyan = 1.00, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180200-
CMYK1.000.600.22
HSL216.18º99%39.41%-
HSV(B)216.18º99.5%78.43%-
XYZ13.319.9155.86-
YUV70.06201.3378.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 200 (78.52% from 255) = 71.17%
R=0.36%
G=28.47%
B=71.17%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1802001.000.600.22216.189939.41
Hex150C8643C016d86327
Octal11203101447402633014347
Binary11010000110010001100100111100010110110110001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0150C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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